generic_forecast: Wrapper to preprecess, predict and postprocess forecasts

Description Usage Arguments Value

View source: R/ts_predictors.R

Description

Wrapper to preprecess, predict and postprocess forecasts

Usage

1
2
3
4
5
6
7
8
generic_forecast(
  fcs.fun,
  y,
  h,
  level,
  pp.operations = c("seasonal_adjustment"),
  ...
)

Arguments

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

Value

forecast object


yvesmauron/univariate-time-series-forecasting documentation built on March 2, 2020, 12:20 a.m.