TODO: unit tests for simil days
[talweg.git] / pkg / R / J_Zero.R
... / ...
CommitLineData
1#' getZeroJumpPredict
2#'
3#' Just predict zero "jump" (for reference, benchmarking at least).
4#'
5#' @inheritParams computeForecast
6#' @param today Index of the current day (predict tomorrow)
7#' @param params Optional parameters computed by the main forecaster
8#'
9#' @aliases J_Zero
10#'
11getZeroJumpPredict = function(data, today, memory, horizon, params, ...)
12{
13 0
14}