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 May 29, 2024, 3:58 a.m.