R/d2G_laplace_diag.R

Defines functions d2G_laplace_diag

d2G_laplace_diag <-
function(x_i, x, d, theta) {
  drop(crossprod(x))^(-1/2) - drop(crossprod(x))^(-3/2)*x_i^2
}

Try the ivaBSS package in your browser

Any scripts or data that you put into this service are public.

ivaBSS documentation built on May 19, 2022, 5:09 p.m.