update following 23/05 TODOs
[talweg.git] / pkg / R / J_LastValue.R
diff --git a/pkg/R/J_LastValue.R b/pkg/R/J_LastValue.R
new file mode 100644 (file)
index 0000000..4190b9c
--- /dev/null
@@ -0,0 +1,13 @@
+#' getLastValueJumpPredict
+#'
+#' Just predict zero "jump" (for reference, benchmarking at least).
+#'
+#' @inheritParams computeForecast
+#' @inheritParams getZeroJumpPredict
+#'
+#' @aliases J_LastValue
+#'
+getLastValueJumpPredict = function(data, today, memory, horizon, params, ...)
+{
+       0
+}