mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-06-04 23:59:59 +00:00
30 lines
992 B
R
30 lines
992 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/prophet.R
|
|
\name{make_all_seasonality_features}
|
|
\alias{make_all_seasonality_features}
|
|
\title{Dataframe with seasonality features.
|
|
Includes seasonality features, holiday features, and added regressors.}
|
|
\usage{
|
|
make_all_seasonality_features(m, df)
|
|
}
|
|
\arguments{
|
|
\item{m}{Prophet object.}
|
|
|
|
\item{df}{Dataframe with dates for computing seasonality features and any
|
|
added regressors.}
|
|
}
|
|
\value{
|
|
List with items
|
|
seasonal.features: Dataframe with regressor features,
|
|
prior.scales: Array of prior scales for each colum of the features
|
|
dataframe.
|
|
component.cols: Dataframe with indicators for which regression components
|
|
correspond to which columns.
|
|
modes: List with keys 'additive' and 'multiplicative' with arrays of
|
|
component names for each mode of seasonality.
|
|
}
|
|
\description{
|
|
Dataframe with seasonality features.
|
|
Includes seasonality features, holiday features, and added regressors.
|
|
}
|
|
\keyword{internal}
|