Gets the residual standard error.

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

Syntax

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

Remarks

This is equal to the square root of the mean squared residual.

See Also