|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrvl.stat.anova.FactorSet
public class 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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||