forecasts_prophet: Creates forecast with prophet for a dateframe.

Description Usage Arguments Value

Description

The Dataframe has to have the columny date and y. This method is for creating forecasts with the prophet model.

Usage

1
forecasts_prophet(data, n_pred, freq, ...)

Arguments

data

The dataframe containing the timeseries.

n_pred

The forecast horizon.

freq

The used frequency. 1 for daily data and 12 for monthly data.

...

More arguments that are passed to the prophet model.

Value

The forecasted values for the series


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