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