Gets the mean squared residual.

Namespace: CenterSpace.NMath.Stats
Assembly: NMathStatsPremium (in NMathStatsPremium.dll) Version: 3.6.0.0

Syntax

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

Remarks

This is the equal to the residual sum of squares divided by the error degrees of freedom (equals the number of observations minus the number of model parameters).

See Also