Description Usage Arguments Details Value Examples
forecast_arima
forecasts multivariate time series using ARIMA model
1 | forecast_arima(y, h = 1, model = NULL, ...)
|
y |
multivariate time series |
h |
forecast horizon |
model |
list of estimated ARIMA models. If missing will be estimated automatically. |
... |
further arguments passed to |
auto.arima
function from forecast
package is used
forecasts from ARIMA model as mforecast object
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.