Note: Introduced in CPN Tools 3.2.2.

Interface

 beta(a:real, a:real) : real

where a,b>=0.0. Returns a drawing from a beta distribution with parameters a and b.

Raises Beta exception, ifa<=0.0 or b<=0.0.

Related pages

Random distribution functions

Bernoulli
Binomial

You must be logged in to post a comment.