name instead of year; ipynb generator debugged, with logging
[talweg.git] / pkg / R / J_Zero.R
... / ...
CommitLineData
1#' Just predict zero "jump" (for reference, benchmarking at least)
2#'
3#' @inheritParams computeForecast
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}