| TwoWayAnovaBaseInterceptParameterSumOfSquares Method |
Compte the sum of squares associated with the regression's intercept parameter.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax protected double InterceptParameterSumOfSquares(
DoubleMatrix regressionMatrix,
double observationsMean
)
Protected Function InterceptParameterSumOfSquares (
regressionMatrix As DoubleMatrix,
observationsMean As Double
) As Double
protected:
double InterceptParameterSumOfSquares(
DoubleMatrix^ regressionMatrix,
double observationsMean
)
member InterceptParameterSumOfSquares :
regressionMatrix : DoubleMatrix *
observationsMean : float -> float
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
DoubleSee Also