Click or drag to resize

TwoWayAnovaBaseComputeFactorSumsOfSquares(LinearRegression, Int32, Int32, Int32) Method

Fill in the DoubleVector parameterSumsOfSquares_ with the sums of squares for the parameters used in the regression that is used to compute the ANOVA.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected virtual DoubleVector ComputeFactorSumsOfSquares(
	LinearRegression lr,
	int numFirstFactors,
	int numSecondFactors,
	int numThirdFactors
)

Parameters

lr  LinearRegression
A linear regression.
numFirstFactors  Int32
Number of first factors.
numSecondFactors  Int32
Number of second factors.
numThirdFactors  Int32
Number of third factors.

Return Value

DoubleVector
See Also