prophet/R/man/generate_cutoffs.Rd
2018-05-30 17:02:47 -07:00

24 lines
530 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/diagnostics.R
\name{generate_cutoffs}
\alias{generate_cutoffs}
\title{Generate cutoff dates}
\usage{
generate_cutoffs(df, horizon, initial, period)
}
\arguments{
\item{df}{Dataframe with historical data.}
\item{horizon}{timediff forecast horizon.}
\item{initial}{timediff initial window.}
\item{period}{timediff Simulated forecasts are done with this period.}
}
\value{
Array of datetimes.
}
\description{
Generate cutoff dates
}
\keyword{internal}