produce_forecasts: Produces forecasts

Description Usage Arguments Value

View source: R/ts_combination.R

Description

Using the predefined methods, this function produces point forecasts as well as prediction intervals of any given level.

Usage

1
2
3
4
5
6
7
produce_forecasts(
  y,
  h,
  levels = c(80, 95),
  methods = c("auto_ets", "auto_arima", "auto_thetaf"),
  ...
)

Arguments

y

Time series object.

h

Horizons to be predicted.

levels

Prediction interval levels. Optional, default c(95).

methods

Methods to be combined. Optional, default auto_ets, auto_arima, auto_thetaf.

...

passed to the forecasting functions

pp_obj

preprocessing parameters

Value

combined forecasts of time series y including confidence intervals


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