Previous Up Next

9.3.11  Producing random numbers with the beta distribution: randbetad

The randbetad command finds random numbers chosen according to the beta distribution (see Section 9.4.12).


Example.
Input:

randbetad(2,3)

Output (for example):

0.524453873081

Previous Up Next