forecasts_timeseries: Wrapper function for forecasts from the forecast package

Description Usage Arguments Value Examples

Description

Wrapper function for forecasts from the forecast package

Usage

1
forecasts_timeseries(data, func, n_pred, name, ...)

Arguments

data

The dataset with all the articles

func

The used forecast function

n_pred

Number of the produced forecasts

...

FUrther arguments which should be passed to the forecast function

Value

The produced forecasts

Examples

1
## Not run: forecasts_timeseries(sales_data, auto.arima, 6, "auto.arima")

flostracke/efor documentation built on June 5, 2019, 5:36 p.m.