generate_cutoffs.Rd 524 B

12345678910111213141516171819202122232425
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/diagnostics.R
  3. \name{generate_cutoffs}
  4. \alias{generate_cutoffs}
  5. \title{Generate cutoff dates}
  6. \usage{
  7. generate_cutoffs(df, horizon, k, period)
  8. }
  9. \arguments{
  10. \item{df}{Dataframe with historical data}
  11. \item{horizon}{timediff forecast horizon}
  12. \item{k}{integer number of forecast points}
  13. \item{period}{timediff Simulated forecasts are done with this period.}
  14. }
  15. \value{
  16. Array of datetimes
  17. }
  18. \description{
  19. Generate cutoff dates
  20. }
  21. \keyword{internal}