Low-Level GARCH function for translating modeltime to forecast

cgarch_rmgarch_multi_fit_impl(
  formula,
  data,
  spec_type = "ugarchspec",
  period = "auto",
  ...
)

Arguments

formula

A dataframe of xreg (exogenous regressors)

data

A numeric vector of values to fit

spec_type

Must be ugarchspec

period

auto

...

Additional arguments passed to forecast::Arima

Value

A fitted model