Description Usage Arguments Value
View source: R/parsnip-garch_multivariate_reg.R
Low-Level GARCH function for translating modeltime to forecast
1 2 3 4 5 6 7 | rugarch_multi_fit_impl(
formula,
data,
spec_type = "ugarchspec",
period = "auto",
...
)
|
formula |
A dataframe of xreg (exogenous regressors) |
data |
A numeric vector of values to fit |
spec_type |
Must be ugarchspec or arfimaspec |
period |
Auto |
... |
Additional arguments passed to |
A fitted model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.