Build the log-likelihood function of the P-dynamics from the JLL-based models
llk_JLL_Sigma(VecPara, res, IdxNONzero, K)
VecPara
: vector that contains all the non-zero entries of the lower-triangular part of the Cholesky factorizationres
: residuals from the VAR of the JLL model (K x T)IdxNONzero
: vector that contains indexes of the matrix of the non-zero entries of the Cholesky factorizationK
: dimensions of the variance-covariance matrix (scalar)value of the log-likelihood function (scalar)
Useful links