Click or drag to resize

TwoWayAnovaBaseInterceptParameterSumOfSquares Method

Compte the sum of squares associated with the regression's intercept parameter.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected double InterceptParameterSumOfSquares(
	DoubleMatrix regressionMatrix,
	double observationsMean
)

Parameters

regressionMatrix  DoubleMatrix
The regression matrix for the ANOVA regression. Includes the intercept parameter (first column is all ones).
observationsMean  Double
The mean of the observations in the regression.

Return Value

Double
See Also