
Create a GARCH Specification Object (Convenience Function)
create_garch_spec_object_r.RdConvenience function that handles the complex, model-specific logic for creating both univariate and multivariate GARCH specification objects for the purpose of log-likelihood calculation during the EM-algorithm.
Usage
create_garch_spec_object_r(
residuals,
spec,
model_type,
current_pars,
diagnostics = NULL,
iteration = NULL,
state = NULL,
verbose = FALSE
)