Click or drag to resize

AnovaRegressionParameter(LinearRegression, Int32, Double) Constructor

Construct an ANOVA regression parameter object from the given linear regression and sum of squares.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public AnovaRegressionParameter(
	LinearRegression lr,
	int paramIndex,
	double sumOfSquares
)

Parameters

lr  LinearRegression
The linear regression formed for the ANOVA.
paramIndex  Int32
The index of the parameter among all regression parameters in the ANOVA regression.
sumOfSquares  Double
The sum of squares associated with the regression parameter.
See Also