work on doc
[talweg.git] / pkg / R / F_Average.R
index a5e3c3e..d7febd4 100644 (file)
@@ -1,9 +1,10 @@
 #' Average Forecaster
 #'
-#' Return the (pointwise) average of the all the (similar) centered day curves
-#' in the past. Inherits \code{\link{Forecaster}}
+#' Pointwise average of all series of the same (day of week) days in the past.
+#'
+#' @format R6 class, inherits Forecaster
+#' @alias F_Average
 #'
-#' @export
 AverageForecaster = R6::R6Class("AverageForecaster",
        inherit = Forecaster,