Click or drag to resize

LinearRegressionParameter(Int32, Double, Double, Double, Int32, Double) Constructor

Construct a LinearRegressionParameter with the values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public LinearRegressionParameter(
	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