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
.
Note: Introduced in CPN Tools 3.2.2.
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
.
You must be logged in to post a comment.