
Fit a general MS-ARMA-GARCH model via the EM Algorithm in C++
fit_ms_varma_garch_cpp.RdInternal C++ function to orchestrate the EM estimation. Delegates all statistical calculations (likelihood, parameter estimation) to helper functions in R to interface with the tsgarch and tsmarch packages.
Usage
fit_ms_varma_garch_cpp(
y,
M,
spec,
model_type,
control,
diagnostics = NULL,
verbose = FALSE
)