View source: R/predict_forecast.R
forecast_series | R Documentation |
Using series coming from trim_series()
, it uses latest observed values
to forecast missing values.
forecast_series(x, forecast_function, ...)
x |
Series to forecast, coming from |
forecast_function |
An R function that outputs a forecast object coming from the
forecast package. You can directly pass |
... |
Additional arguments passed to the forecast function. |
Forecast model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.