DynamicParameterEstimationCalculatePredictionError Method |
Calculates the mean prediction error, i.e. Sqrt(Sum((y-yprediced)²)/N).
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual double CalculatePredictionError()
Return Value
DoubleThe mean prediction error.i.e. Sqrt(Sum((y-yprediced)²)/N).
See Also