Merge branch 'master' of auder.net:talweg
[talweg.git] / R / D_Zero.R
CommitLineData
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
6getZeroDeltaForecast = function(data, today, memory, horizon, shape_params, ...)
7{
8 0
9}