Click or drag to resize

TwoWayAnovaUnbalancedMakeFactorParameters Method

Overload List
 NameDescription
Protected methodMakeFactorParameters(LinearRegression, DoubleVector, Int32, Factor) Create the array of AnovaRegressionFactorParam objects, one for each regression dummy variable. The sums of squares for each of these parameters is assumed to have been computed are are stored in the DoubleVector instance variable parameterSumsOfSquares with the parameters for factor A first, followed by the parameters for factor B and starting at the given index.
Protected methodMakeFactorParameters(Factor, DoubleVector, LinearRegression, Int32, Int32) Create the array of AnovaRegressionFactorParam objects, one for each regression dummy variable. The sums of squares for each of these parameters is assumed to have been computed are are stored in the DoubleVector instance variable parameterSumsOfSquares with the parameters for factor A first, followed by the parameters for factor B and starting at the given index.
Top
See Also