diff --git a/DESCRIPTION b/DESCRIPTION index 8f98ff5b..14d7e36f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -82,4 +82,4 @@ Suggests: TSrepr Roxygen: list(markdown = TRUE) VignetteBuilder: knitr -RoxygenNote: 7.2.1 +RoxygenNote: 7.2.3 diff --git a/man/adam_reg.Rd b/man/adam_reg.Rd index 3e3e2669..86dd1059 100644 --- a/man/adam_reg.Rd +++ b/man/adam_reg.Rd @@ -171,9 +171,9 @@ Function Parameters: #> "dinvgauss", "dgamma"), loss = c("likelihood", "MSE", "MAE", "HAM", #> "LASSO", "RIDGE", "MSEh", "TMSE", "GTMSE", "MSCE"), outliers = c("ignore", #> "use", "select"), level = 0.99, h = 0, holdout = FALSE, persistence = NULL, -#> phi = NULL, initial = c("optimal", "backcasting"), arma = NULL, ic = c("AICc", -#> "AIC", "BIC", "BICc"), bounds = c("usual", "admissible", "none"), -#> silent = TRUE, ...) +#> phi = NULL, initial = c("optimal", "backcasting", "complete"), arma = NULL, +#> ic = c("AICc", "AIC", "BIC", "BICc"), bounds = c("usual", "admissible", +#> "none"), silent = TRUE, ...) }\if{html}{\out{}} The nonseasonal ARIMA terms (\code{orders}) and seasonal ARIMA terms (\code{orders}) diff --git a/man/exp_smoothing.Rd b/man/exp_smoothing.Rd index 9f297447..261b4240 100644 --- a/man/exp_smoothing.Rd +++ b/man/exp_smoothing.Rd @@ -154,13 +154,11 @@ The engine uses \code{\link[smooth:es]{smooth::es()}}. Function Parameters: \if{html}{\out{
}}\preformatted{#> function (y, model = "ZZZ", persistence = NULL, phi = NULL, initial = c("optimal", -#> "backcasting"), initialSeason = NULL, ic = c("AICc", "AIC", "BIC", -#> "BICc"), loss = c("likelihood", "MSE", "MAE", "HAM", "MSEh", "TMSE", -#> "GTMSE", "MSCE"), h = 10, holdout = FALSE, cumulative = FALSE, interval = c("none", -#> "parametric", "likelihood", "semiparametric", "nonparametric"), level = 0.95, -#> bounds = c("usual", "admissible", "none"), silent = c("all", "graph", -#> "legend", "output", "none"), xreg = NULL, xregDo = c("use", "select"), -#> initialX = NULL, ...) +#> "backcasting", "complete"), initialSeason = NULL, ic = c("AICc", "AIC", +#> "BIC", "BICc"), loss = c("likelihood", "MSE", "MAE", "HAM", "MSEh", +#> "TMSE", "GTMSE", "MSCE"), h = 10, holdout = FALSE, bounds = c("usual", +#> "admissible", "none"), silent = TRUE, xreg = NULL, regressors = c("use", +#> "select"), initialX = NULL, ...) }\if{html}{\out{
}} The main arguments \code{model} and \code{phi} are defined using: