fourier_series.Rd 541 B

1234567891011121314151617181920212223
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/prophet.R
  3. \name{fourier_series}
  4. \alias{fourier_series}
  5. \title{Provides Fourier series components with the specified frequency and order.}
  6. \usage{
  7. fourier_series(dates, period, series.order)
  8. }
  9. \arguments{
  10. \item{dates}{Vector of dates.}
  11. \item{period}{Number of days of the period.}
  12. \item{series.order}{Number of components.}
  13. }
  14. \value{
  15. Matrix with seasonality features.
  16. }
  17. \description{
  18. Provides Fourier series components with the specified frequency and order.
  19. }