Click or drag to resize

TwoWayAnovaBaseComputeFactorSumsOfSquares(DoubleMatrix) 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(
	DoubleMatrix regressionMatrix
)

Parameters

regressionMatrix  DoubleMatrix
A regression matrix.

Return Value

DoubleVector
See Also