R/integrate.hn.R

Defines functions integrate.hn

integrate.hn<-function(keysc,upper){
   # integarte the half-Normal detection function...

   sqrt(2*pi)*keysc*(pnorm(upper,sd=keysc)-pnorm(0,sd=keysc))

}

Try the mmds package in your browser

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

mmds documentation built on May 2, 2019, 8:55 a.m.