name instead of year; ipynb generator debugged, with logging
[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
6getZeroJumpPredict = function(data, today, memory, horizon, params, ...)
7{
8 0
9}