'update'
[talweg.git] / pkg / R / F_Average.R
index abc88be..a48952b 100644 (file)
@@ -5,7 +5,7 @@
 #' 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",
+       inherit = Forecaster,
 
        public = list(
                predictShape = function(today, memory, horizon, ...)