Click or drag to resize

DynamicParameterEstimationCalculateCrossPredictionError Method

Overload List
 NameDescription
Public methodCalculateCrossPredictionError(IReadOnlyListDouble, IReadOnlyListDouble) With the already evalulated parameters (!), calculates the mean error for another piece of data. Please not 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 evalulated parameters (!), calculates the mean error for another piece of data. Please not 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