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