Click or drag to resize

AnovaRegressionParameter(Int32, Double, Double, Double, Int32, Double) Constructor

Construct an Anova regression paramater object with the given values.

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

Parameters

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