Generates dates for the backtesting procedure given the start_date, end_date and stride
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.