Gets an estimate of the variance.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public double Variance { get; }
Visual Basic (Declaration)
Public ReadOnly Property Variance As Double
Visual C++
public:
property double Variance {
	double get ();
}

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