Click or drag to resize

LinearRegressionVariance Property

Gets an estimate of the variance.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double Variance { get; }

Property Value

Double
Remarks
This is the residual sum of squares divided by the degrees of freedom for the model. The degrees of freedom for the model is equal to the difference between the number of observations and the number of parameters.
See Also