Learn R Programming

prophet (version 0.1)

fourier_series: Provides fourier series components with the specified frequency.

Description

Provides fourier series components with the specified frequency.

Usage

fourier_series(dates, period, series.order)

Arguments

dates
Vector of dates.
period
Number of days of the period.
series.order
Number of components.

Value

Matrix with seasonality features.