R/probet.R

Defines functions probet

Documented in probet

probet=function(a,b,c,alpha)
{
coc=(1-c)/c
pbeta(b,alpha,alpha*coc)-pbeta(a,alpha,coc)
}

Try the bayess package in your browser

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

bayess documentation built on Aug. 11, 2022, 5:07 p.m.