Click or drag to resize

TwoWayAnovaBaseMakeInteractionParameters 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(
	LinearRegression lr,
	DoubleVector parameterSumsOfSquares,
	int sumOfSquaresIndex
)

Parameters

lr  LinearRegression
A linear regression.
parameterSumsOfSquares  DoubleVector
Sums of squares for each parameter.
sumOfSquaresIndex  Int32
Index to begin.

Return Value

AnovaRegressionInteractionParam
See Also