DynamicParameterEstimationCalculateSelfPredictionError Method |
Calculates the mean prediction error using recursive prediction of y (self-prediction).
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic virtual double CalculateSelfPredictionError()
Return Value
DoubleThe mean prediction error, i.e.
Sqrt(Sum((y-yPredicted)²)/N).
See Also