Click or drag to resize

DynamicParameterEstimationCalculatePredictionError Method

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