mig_loglik_laplacian function

Laplacian of the MIG log likelihood with respect to the data

Laplacian of the MIG log likelihood with respect to the data

Computes the sum of second derivatives of the multivariate inverse Gaussian likelihood with respect to the data argument x. The function is vectorized for more efficiency.

mig_loglik_laplacian(x, beta, xi, Omega)

Arguments

  • x: n by d matrix of quantiles
  • beta: d vector β\boldsymbol{\beta} defining the half-space through βξ>0\boldsymbol{\beta}^{\top}\boldsymbol{\xi}>0
  • xi: d vector of location parameters ξ\boldsymbol{\xi}, giving the expected value
  • Omega: d by d positive definite scale matrix Ω\boldsymbol{\Omega}

Returns

an n vector

  • Maintainer: Leo Belzile
  • License: MIT + file LICENSE
  • Last published: 2025-04-08

Useful links