forecast.rolling | R Documentation |
Peforms the rolling-origin forecast of a time series based on the forecasting method.
## S3 method for class 'rolling' forecast(forecaster, timeseries)
forecaster |
The forecasting method. This method gets a timeseries objekt (ts) and the horizon (h). The method returns the forecast values. |
timeseries |
The time series. |
The performance measures of the rolling-origin forecast of the time series.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.