Click or drag to resize

AnovaRegressionFactorParam(LinearRegression, Int32, Double, String, Object, Double) Constructor

Construct an ANOVA regression factor parameter object from the given ANOVA regression and factor information.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public AnovaRegressionFactorParam(
	LinearRegression lr,
	int paramIndex,
	double sumOfSquares,
	string factor,
	Object factorLevel,
	double encoding
)

Parameters

lr  LinearRegression
The linear regression formed to compute the ANOVA.
paramIndex  Int32
The index of the parameter among all regression parameters.
sumOfSquares  Double
The sum of squares for the regression parameters.
factor  String
The name of the ANOVA factor which this regresssion parameter is associated with.
factorLevel  Object
The level of the ANOVA factor which this regresssion parameter is associated with.
encoding  Double
The encoding for this factor level.
See Also