prophet/R/man/generate_cutoffs.Rd

25 lines
530 B
Text
Raw Normal View History

2017-08-26 21:31:33 +00:00
% 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)
2017-08-26 21:31:33 +00:00
}
\arguments{
2018-05-31 00:02:47 +00:00
\item{df}{Dataframe with historical data.}
2017-08-26 21:31:33 +00:00
2018-05-31 00:02:47 +00:00
\item{horizon}{timediff forecast horizon.}
2017-08-26 21:31:33 +00:00
2018-05-31 00:02:47 +00:00
\item{initial}{timediff initial window.}
2017-08-26 21:31:33 +00:00
\item{period}{timediff Simulated forecasts are done with this period.}
}
\value{
2018-05-31 00:02:47 +00:00
Array of datetimes.
2017-08-26 21:31:33 +00:00
}
\description{
Generate cutoff dates
}
\keyword{internal}