Improve documentation
[talweg.git] / pkg / R / F_Average.R
index d7febd4..8a33111 100644 (file)
@@ -1,7 +1,13 @@
 #' Average Forecaster
 #'
-#' Pointwise average of all series of the same (day of week) days in the past.
+#' Pointwise average of all the series of the same day of week in the past.
 #'
+#' For example, if the current day (argument "today") is a tuesday, then all series
+#' corresponding to wednesdays in the past (until the beginning or memory limit) are
+#' averaged to provide a smooth prediction. This forecast will most of the time be wrong,
+#' but will also look plausible enough.
+#'
+#' @docType class
 #' @format R6 class, inherits Forecaster
 #' @alias F_Average
 #'