Click or drag to resize

AnovaRegressionFactorParam(Int32, 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(
	int paramIndex,
	string factor,
	Object factorLevel,
	double encoding
)

Parameters

paramIndex  Int32
The index of the parameter among all 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