Click or drag to resize

DynamicParameterEstimationCalculateCrossPredictionError Method

Overload List
 NameDescription
Public methodCalculateCrossPredictionError(IReadOnlyListDouble, IReadOnlyListDouble) With the already evaluated parameters, calculates the mean error for another piece of data. Note that both vectors must have a length of at least _startingPoint + 1, since the first _startingPoint samples are used for the history.
Public methodCalculateCrossPredictionError(IReadOnlyListDouble, IReadOnlyListDouble, IVectorDouble) With the already evaluated parameters, calculates the mean error for another piece of data. Note that both vectors must have a length of at least _startingPoint + 1, since the first _startingPoint samples are used for the history.
Top
See Also