
Extract GOGARCH Parameter Trajectory
extract_gogarch_trajectory.RdExtract the evolution of GOGARCH-specific parameters across EM iterations. Includes ICA decomposition info and component GARCH parameters.
Value
Data frame with iteration and component parameter evolution. Returns NULL if not a GOGARCH model.
Examples
if (FALSE) { # \dontrun{
traj <- extract_gogarch_trajectory(diag, state = 1)
plot(traj$iteration, traj$component_1_persistence, type = "b")
} # }