Click or drag to resize

DynamicParameterEstimationCalculatePredictionError Method

Overload List
 NameDescription
Public methodCalculatePredictionError Calculates the mean prediction error, i.e. Sqrt(Sum((y-yPredicted)²)/N).
Public methodCalculatePredictionError(VectorDouble) Calculates the mean prediction error, i.e. Sqrt(Sum((y-yPredicted)²)/N).
Top
See Also