Commit | Line | Data |
---|---|---|
102bcfda BA |
1 | #' getZeroJumpPredict |
2 | #' | |
3 | #' Just predict zero "jump" (for reference, benchmarking at least). | |
e030a6e3 | 4 | #' |
99f83c9a | 5 | #' @inheritParams computeForecast |
e030a6e3 BA |
6 | #' @param today Index of the current day (predict tomorrow) |
7 | #' @param params Optional parameters computed by the main forecaster | |
546b0cb6 | 8 | #' |
3ddf1c12 | 9 | #' @aliases J_Zero |
102bcfda | 10 | #' |
e030a6e3 BA |
11 | getZeroJumpPredict = function(data, today, memory, horizon, params, ...) |
12 | { | |
13 | 0 | |
14 | } |