dcc_rmgarch_multi_fit_impl: Low-Level GARCH function for translating modeltime to...

Description Usage Arguments Value

View source: R/parsnip-garch_multivariate_reg.R

Description

Low-Level GARCH function for translating modeltime to forecast

Usage

1
2
3
4
5
6
7
dcc_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


garchmodels documentation built on April 13, 2021, 1:05 a.m.