name instead of year; ipynb generator debugged, with logging
[talweg.git] / pkg / R / J_Zero.R
diff --git a/pkg/R/J_Zero.R b/pkg/R/J_Zero.R
new file mode 100644 (file)
index 0000000..3c6af47
--- /dev/null
@@ -0,0 +1,9 @@
+#' Just predict zero "jump" (for reference, benchmarking at least)
+#'
+#' @inheritParams computeForecast
+#' @param today Index of the current day (predict tomorrow)
+#' @param params Optional parameters computed by the main forecaster
+getZeroJumpPredict = function(data, today, memory, horizon, params, ...)
+{
+       0
+}