Initial commit
[talweg.git] / R / D_Zero.R
1 #' Just predict zero deltas (for reference)
2 #'
3 #' @inheritParams getForecast
4 #' @param today Index of the current day (predict tomorrow)
5 #' @param shape_params Optional parameters returned by the shape forecaster
6 getZeroDeltaForecast = function(data, today, memory, horizon, shape_params, ...)
7 {
8 0
9 }