R/b.u.R

Defines functions b.u

Documented in b.u

b.u = function(hatpai){
  return(rbinom(n=length(hatpai), size=1, prob=hatpai))
}

Try the BHTSpack package in your browser

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

BHTSpack documentation built on Feb. 8, 2021, 5:07 p.m.