#' Just predict zero deltas (for reference) #' #' @inheritParams getForecast #' @param today Index of the current day (predict tomorrow) #' @param shape_params Optional parameters returned by the shape forecaster getZeroDeltaForecast = function(data, today, memory, horizon, shape_params, ...) { 0 }