powered by
Generate output dates for forecast method. This is a private function of 'nixtlar'
.generate_output_dates(df_info, freq, h)
A data frame with dates for the forecast.
A data frame that is created by the forecast method with the last dates of every unique id.
The frequency of the data, as a period or offset alias.
The forecast horizon.
if (FALSE) { dates_df <- .generate_output_dates(df_info, freq, h) }
Run the code above in your browser using DataLab