R/dG_student.R

Defines functions dG_student

dG_student <-
function(x_i, x, d, v) {
  drop(x_i/(1 + (crossprod(x))/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.