Description Usage Arguments Value
View source: R/ts_predictors.R
Wrapper to preprecess, predict and postprocess forecasts
1 2 3 4 5 6 7 8 | generic_forecast(
fcs.fun,
y,
h,
level,
pp.operations = c("seasonal_adjustment"),
...
)
|
fcs.fun |
forecasting function |
y |
historical values |
h |
number of horizons to predict |
level |
prediction interval levels |
pp.operations |
preprocessing operations to be conducted |
... |
not used |
forecast object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.