new version, persistence -7 days
[talweg.git] / R / J_Zero.R
1 #' Just predict zero "jump" (for reference, benchmarking at least)
2 #'
3 #' @inheritParams getForecast
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, ...)
7 {
8 0
9 }