forecast.multi | R Documentation |
Peforms the multi-step-ahead forecast of a time series based on the forecasting method.
## S3 method for class 'multi' 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 multi-step-ahead forecast of the time series.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.