X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=pkg%2FR%2FForecaster.R;h=cefa1ea676031c2a138793cbd5cbb9622ad86b6e;hb=4e821712ee4349b08a0ab3f6bcb35a00342ddef4;hp=ce1bb359ab5db74f2f37292230cbbd84d1f0cdab;hpb=689aa1d3c58e8b1e9fdfa9b895ca38c7228f56cc;p=talweg.git diff --git a/pkg/R/Forecaster.R b/pkg/R/Forecaster.R index ce1bb35..cefa1ea 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