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