Given a matrix of new observations, compute the density of the multivariate inverse Gaussian mixture defined by assigning equal weight to each component where \(\boldsymbol{\xi}\) is the location parameter.
mig_kdens(x, newdata, Omega, beta, log = FALSE)value of the (log)-density at newdata
n by d matrix of quantiles
matrix of new observations at which to evaluated the kernel density
d by d positive definite scale matrix \(\boldsymbol{\Omega}\)
d vector \(\boldsymbol{\beta}\) defining the half-space through \(\boldsymbol{\beta}^{\top}\boldsymbol{\xi}>0\)
logical; if TRUE, returns log probabilities