java.lang.Object
org.gsusers.gsmv.utilities.CombConstrct
Class CombConstr generates 4 structural arrays fully describing the design,
and passes them to the SampleSizeTree class.
the 4 arrays are:
iarConfigurations[]
iarDepths[]
iarCeilings[]
iarProducts[][]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Counts the number of facet combination for the Variance components
-
Constructor Details
-
CombConstrct
constructor- Parameters:
_nest
- pointer toNest
-
-
Method Details
-
getConfigurationCount
public int getConfigurationCount()Counts the number of facet combination for the Variance components- Returns:
- number of facet combinations giving raise to variance components
-