R/dG_laplace_diag.R

Defines functions dG_laplace_diag

dG_laplace_diag <-
function(x_i, x, d,theta) {
  x_i/drop(sqrt(crossprod(x)))
}

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.