Click or drag to resize

TwoWayAnovaMakeInteractionParameters(Int32) Method

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.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected AnovaRegressionInteractionParam[] MakeInteractionParameters(
	int sumOfSquaresIndex
)

Parameters

sumOfSquaresIndex  Int32
Index into the DoubleVector parameterSumsOfSquares_ where the interaction sums of squares start.

Return Value

AnovaRegressionInteractionParam
Array of AnovaRegressionInteractionParam objects.
See Also