Commit | Line | Data |
---|---|---|
3d69ff21 BA |
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 | } |