
Compute NLL Surface for DCC(1,1)
compute_nll_surface.RdCompute the negative log-likelihood on a grid of (alpha, beta) values.
Arguments
- std_resid
T x k matrix of standardized residuals
- weights
T-vector of observation weights
- Qbar
k x k unconditional correlation matrix
- alpha_range
Range for alpha (default c(0.01, 0.20))
- beta_range
Range for beta (default c(0.70, 0.98))
- n_grid
Number of grid points per dimension (default 50)
- distribution
"mvn" or "mvt"