R/qhist.R

Defines functions qhist

qhist<-function(q, z, pz){
  approx(pz, z, q)$y
}
OakleyJ/SHELF documentation built on March 17, 2024, 8:13 p.m.