|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--rvl.stat.anova.FactorSet
FactorSet class - defines a set of factors having the same number of levels.
Factor| Field Summary | |
protected Factor[] |
facset
|
| Constructor Summary | |
FactorSet(int n)
Construct a FactorSet involving n factors |
|
| Method Summary | |
int |
getLevels()
|
void |
setLevels(int n)
Set levels of all factors in FactorSet to n |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Factor[] facset
| Constructor Detail |
public FactorSet(int n)
| Method Detail |
public void setLevels(int n)
public int getLevels()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||