Gets the mean squared residual.

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

Syntax

C#
public double MeanSquaredResidual { get; }
Visual Basic (Declaration)
Public ReadOnly Property MeanSquaredResidual As Double
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.

See Also