X-Git-Url: https://git.auder.net/images/pieces/%22%20%20%20VariantRules.getPpath%28board%5Bi%5D%5Bj%5D%29%20%20%20%22.svg?a=blobdiff_plain;ds=sidebyside;f=pkg%2FR%2FF_Average.R;h=c28125ef0a8d6d9c64d42037bde6bc9737bf6f3b;hb=ee8b1b4e3c13f8dcf13a2c8da6a3bef1520c8252;hp=a48952bb6150106f2626fb0b3457c186a7382b98;hpb=a66a84b56467194852f2faee15f4725759b24158;p=talweg.git diff --git a/pkg/R/F_Average.R b/pkg/R/F_Average.R index a48952b..c28125e 100644 --- a/pkg/R/F_Average.R +++ b/pkg/R/F_Average.R @@ -4,11 +4,12 @@ #' #' Return the (pointwise) average of the all the (similar) centered day curves #' in the past. Inherits \code{\link{Forecaster}} +#' AverageForecaster = R6::R6Class("AverageForecaster", inherit = Forecaster, public = list( - predictShape = function(today, memory, horizon, ...) + predictShape = function(data, today, memory, horizon, ...) { avg = rep(0., horizon) first_day = max(1, today-memory)