
Back-test a forecasting configuration on a holdout tail
Source:R/ts_forecast.R
morie_ts_backtest.RdBack-test a forecasting configuration on a holdout tail
Arguments
- x
A numeric series or
morie_ts.- h
Holdout length (also the forecast horizon).
- order, seasonal
ARIMA orders passed to
morie_ts_arima().