storage by-rows
[talweg.git] / pkg / R / J_Zero.R
CommitLineData
e030a6e3
BA
1#' Just predict zero "jump" (for reference, benchmarking at least)
2#'
99f83c9a 3#' @inheritParams computeForecast
e030a6e3
BA
4#' @param today Index of the current day (predict tomorrow)
5#' @param params Optional parameters computed by the main forecaster
546b0cb6 6#'
e030a6e3
BA
7getZeroJumpPredict = function(data, today, memory, horizon, params, ...)
8{
9 0
10}