Click or drag to resize

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

Construct an Anova factor regression paramater object with the given values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public AnovaRegressionFactorParam(
	string factor,
	Object factorLevel,
	int parameterIndex,
	double parameterValue,
	double parameterVariance,
	double modelVariance,
	int degreesOfFreedom,
	double beta
)

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.
parameterIndex  Int32
Index of this parameter in the linear regresssion
parameterValue  Double
Parameter value.
parameterVariance  Double
Parameter variance.
modelVariance  Double
Model variance.
degreesOfFreedom  Int32
Degrees of freedom.
beta  Double
Beta value for the parameter.
See Also