checkCVArguments {forecastHybrid} | R Documentation |
Validate that CV window parameters are valid
Description
Validate that CV window parameters are valid
Usage
checkCVArguments(x, windowSize, maxHorizon)
Arguments
x |
the input time series. |
windowSize |
length of the window to build each model. When |
maxHorizon |
maximum length of the forecast horizon to use for computing errors. |
[Package forecastHybrid version 5.0.19 Index]