R/d2G_student.R

Defines functions d2G_student

d2G_student <-
function(x_i, x, d, v) {
  drop(1/(1 + crossprod(x)/v) - (2*x_i^2)/((1 + crossprod(x)/v)^2*v))
}

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.