4190b9c0909b7a3f38c08f64fde440d0a283aa87
[talweg.git] / pkg / R / J_LastValue.R
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 #'
10 getLastValueJumpPredict = function(data, today, memory, horizon, params, ...)
11 {
12 0
13 }