Click or drag to resize

DynamicParameterEstimationCalculateSelfPredictionError Method

Overload List
 NameDescription
Public methodCalculateSelfPredictionError Calculates the mean prediction error using recursive prediction of y (self-prediction).
Public methodCalculateSelfPredictionError(IVectorDouble) Calculates the mean prediction error using recursive prediction of y (self-prediction).
Protected methodCalculateSelfPredictionError(MatrixDouble, IReadOnlyListDouble, IVectorDouble) Calculates the mean prediction error using recursive prediction of y (self-prediction) for the given matrix and comparison y values.
Top
See Also