
Profile Likelihood Confidence Intervals
correlation_profile_likelihood_ci.RdCompute profile likelihood CIs for correlation parameters. Supports DCC and CGARCH models.
Arguments
- model_type
"dcc" or "cgarch"
- residuals
T x k matrix of residuals
- weights
T-vector of observation weights
- Qbar
k x k unconditional correlation matrix
- mle_params
MLE estimates
- mle_nll
NLL at MLE
- conf_level
Confidence level (default 0.95)
- param
Which parameter: "alpha", "beta", or "both"
- n_points
Number of profile points
- distribution
Distribution type
- verbose
Print progress