Commit | Line | Data |
---|---|---|
8f5671db BA |
1 | #' getLastValueJumpPredict |
2 | #' | |
3 | #' Just predict zero "jump" (for reference, benchmarking at least). | |
4 | #' | |
5 | #' @inheritParams computeForecast | |
6 | #' @inheritParams getZeroJumpPredict | |
7 | #' | |
8 | #' @aliases J_LastValue | |
9 | #' | |
a3344f75 BA |
10 | getLastValueJumpPredict = function(data, today, memory, predict_from, |
11 | horizon, params, ...) | |
8f5671db BA |
12 | { |
13 | 0 | |
14 | } |