Description Usage Arguments Value Examples
Wrapper function for forecasts from the forecast package
1 | forecasts_timeseries(data, func, n_pred, name, ...)
|
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 |
The produced forecasts
1 | ## Not run: forecasts_timeseries(sales_data, auto.arima, 6, "auto.arima")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.