Gets the root mean square error for prediction. This is the square root of the mean square error for prediction.

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

Syntax

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

See Also