Skip to contents

Generates dates for the backtesting procedure given the start_date, end_date and stride

Usage

generate_nowcast_dates(start_date, end_date, ncast, stride, subsample = NULL)

Arguments

start_date

start_date

end_date

end_date

ncast

A nowcaster object generated with nowcast()

stride

the number of time steps between two consecutive nowcasts

subsample

If an integer, how much to subsample the dates; if NULL then runs all dates.