Hessian of the MIG log likelihood with respect to data
This function returns the hessian, i.e., the matrix of second derivatives of the log likelihood with respect to the argument x
.
mig_loglik_hessian(x, beta, xi, Omega)
x
: n
by d
matrix of quantilesbeta
: d
vector defining the half-space through xi
: d
vector of location parameters , giving the expected valueOmega
: d
by d
positive definite scale matrix a d
by d
matrix of second derivatives if x
has length d
, else an n
by d
by d
array if x
is an n
by d
matrix
Useful links