mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-29 23:06:49 +00:00
24 lines
530 B
R
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}
|