X-Git-Url: https://git.auder.net/?p=talweg.git;a=blobdiff_plain;f=pkg%2FR%2FF_Average.R;h=d7febd44dcafb0435a788970bea5dd93f721d49a;hp=a5e3c3e3f47504ad6986d0c5e482fb61eddc24cb;hb=c4c329f65e6e842917cdfbabff36fbca6a617d02;hpb=4f5204f064d37ba0ec2988ba16a7011d7f0a45cd diff --git a/pkg/R/F_Average.R b/pkg/R/F_Average.R index a5e3c3e..d7febd4 100644 --- a/pkg/R/F_Average.R +++ b/pkg/R/F_Average.R @@ -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,