predict | R Documentation |
Predictions
predict( object, ..., n.ahead = 4, quantiles = c(0.05, 0.1, 0.16, 0.5, 0.84, 0.9, 0.95), applyfun = NULL, cores = NULL, save.store = FALSE, verbose = TRUE )
object |
an object of class |
... |
additional arguments. |
n.ahead |
the forecast horizon. |
quantiles |
posterior quantiles to be computed. |
applyfun |
parallelization |
cores |
number of cores |
save.store |
If set to |
verbose |
If set to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.