3 #' Just predict zero "jump" (for reference, benchmarking at least).
5 #' @inheritParams computeForecast
6 #' @param today Index of the current day (predict tomorrow)
7 #' @param params Optional parameters computed by the main forecaster
11 getZeroJumpPredict = function(data, today, memory, horizon, params, ...)