Gradient of the MIG log likelihood with respect to data
This function returns the gradient vector of the log likelihood with respect to the argument x
.
mig_loglik_grad(x, xi, Omega, beta)
x
: n
by d
matrix of quantilesxi
: d
vector of location parameters , giving the expected valueOmega
: d
by d
positive definite scale matrix beta
: d
vector defining the half-space through an n
by d
matrix of first derivatives for the gradient, observation by observation, or a d
vector if x
is a vector.
Useful links