 | LinearRegressionVariance Property |
Gets an estimate of the variance.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double Variance { get; }
Public ReadOnly Property Variance As Double
Get
public:
property double Variance {
double get ();
}
member Variance : float with 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