Click or drag to resize

TwoWayAnovaMakeInteractionParameters Method

Overload List
 NameDescription
Protected methodMakeInteractionParameters(Int32) Creates the array of AnovaRegressionInteractionParam objects using the DoubleVector instance variable parameterSumsOfSquares_. The sums of squares for the interaction parameters are assumed to begin at the given index.
Protected methodMakeInteractionParameters(LinearRegression, DoubleVector, Int32) Creates the array of AnovaRegressionInteractionParam objects using the DoubleVector instance variable parameterSumsOfSquares_. The sums of squares for the interaction parameters are assumed to begin at the given index.
Top
See Also