ChecksOOS {MultiATSM} | R Documentation |
Preliminary checks for inputs provided for the performing out-of-sample forecasting
Description
Preliminary checks for inputs provided for the performing out-of-sample forecasting
Usage
ChecksOOS(t0Forecast, t0Sample, nForecasts, ForecastType, TimeLength)
Arguments
t0Forecast |
Index of the last set of observations in the information set at the first forecasting round |
t0Sample |
Index of the first set of observations in the information set at the first forecasting round |
nForecasts |
number of forecasting sets generated |
ForecastType |
Forecast type. Available options are "Rolling" and "Expanding". |
TimeLength |
time-series dimension of the model |
[Package MultiATSM version 1.1.0 Index]