Dynamic |
Name | Description | |
---|---|---|
CalculateCrossPredictionError(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. | |
CalculateCrossPredictionError(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. |