R/buscar.r

Defines functions buscar

Documented in buscar

buscar <-
function(x, lambdacum)
{
posNHi<-sum(lambdacum<=x)+1
return(posNHi)

}

Try the NHPoisson package in your browser

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

NHPoisson documentation built on Feb. 19, 2020, 5:07 p.m.