
Summary Function for Complete CGARCH Diagnostic Analysis
run_complete_cgarch_diagnostics.RdRun a complete diagnostic analysis including MC study, likelihood surface, and statistical tests for CGARCH models.
Arguments
- n_sim
Number of MC replications
- n_obs
Observations per replication
- true_alpha
True DCC alpha
- true_beta
True DCC beta
- omega
Vector of GARCH omega parameters
- alpha_garch
Vector of GARCH alpha parameters
- beta_garch
Vector of GARCH beta parameters
- copula
Copula distribution ("mvn" or "mvt")
- true_shape
True shape for MVT copula
- transformation
PIT transformation type
- seed
Random seed
- plot
Logical: create plots?