Description Usage Arguments Details Value Examples
transforms forecast object into point forecast
1 | forecast_2_scalar(fcst_object, h = 1)
|
fcst_object |
complex forecast from model |
h |
forecasting horizon |
transforms forecast object into point forecast for common model types.
point forecast, single number
1 2 | fcst_object = forecast::forecast(rnorm(100), h = 6)
forecast_2_scalar(fcst_object, h = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.