
Robust CGARCH Standard Errors with Edge Case Handling
compute_cgarch_standard_errors_robust.RdHigh-level wrapper for CGARCH SE computation with handling for boundary estimates and degenerate cases.
Usage
compute_cgarch_standard_errors_robust(
cgarch_result,
z_matrix,
weights,
Qbar,
copula_dist = "mvn",
boundary_threshold = 1e-04,
method = c("hessian", "sandwich")
)