X-Git-Url: https://git.auder.net/?p=talweg.git;a=blobdiff_plain;f=pkg%2FR%2FForecaster.R;h=bb32a5e519cf65cdee11e5113ec5454e7c7882b3;hp=ce1bb359ab5db74f2f37292230cbbd84d1f0cdab;hb=b58167f0785d6545caf2ed887720344e8ad2acd8;hpb=12119d214a88100dda180043cbe1e2afd10f79af diff --git a/pkg/R/Forecaster.R b/pkg/R/Forecaster.R index ce1bb35..bb32a5e 100644 --- a/pkg/R/Forecaster.R +++ b/pkg/R/Forecaster.R @@ -9,7 +9,7 @@ #' serie, and then calls the "jump prediction" function -- see "field" section -- to #' adjust it based on the last observed values. #' -#' @usage f <- Forecaster$new(pjump) #warning: predictShape() is unimplemented +#' @usage Forecaster$new(pjump) #warning: predictShape() is unimplemented #' #' @field .params List of computed parameters (if applicable). #' @field .pjump Function: how to predict the jump at day interface? The arguments of