Description Usage Arguments Value
View source: R/parsnip-gen_additive_reg.R
Low-Level ARIMA function for translating modeltime to forecast
1 2 3 4 5 6 7 8 | gen_additive_stan_fit_impl(
formula,
data,
chains = 4,
iter = 2000,
warmup = 1000,
...
)
|
formula |
A dataframe of xreg (exogenous regressors) |
data |
A numeric vector of values to fit |
chains |
An integer of the number of Markov Chains chains to be run, by default 4 chains are run. |
iter |
An integer of total iterations per chain including the warm-up, by default the number of iterations are 2000. |
warmup |
A positive integer specifying number of warm-up (aka burn-in) iterations. This also specifies the number of iterations used for step-size adaptation, so warm-up samples should not be used for inference. The number of warmup should not be larger than iter and the default is iter/2. |
... |
Additional arguments passed to |
A modeltime model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.