12345678910111213141516171819202122232425 |
- % 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, k, period)
- }
- \arguments{
- \item{df}{Dataframe with historical data}
- \item{horizon}{timediff forecast horizon}
- \item{k}{integer number of forecast points}
- \item{period}{timediff Simulated forecasts are done with this period.}
- }
- \value{
- Array of datetimes
- }
- \description{
- Generate cutoff dates
- }
- \keyword{internal}
|