Gets the mean square error for prediction. This is the residual sum of squares divided by the number of samples.

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

Syntax

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

See Also