rvl.stat.anova
Class FactorSet

java.lang.Object
  |
  +--rvl.stat.anova.FactorSet

public class FactorSet
extends java.lang.Object

FactorSet class - defines a set of factors having the same number of levels.

See Also:
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

facset

protected Factor[] facset
Constructor Detail

FactorSet

public FactorSet(int n)
Construct a FactorSet involving n factors
Method Detail

setLevels

public void setLevels(int n)
Set levels of all factors in FactorSet to n

getLevels

public int getLevels()
Returns:
number of levels in each factor