Grocer Function

NAME

beta_rnd - beta random draws

CALLING SEQUENCE

[rnd]=beta_rnd(n,a,b)

PARAMETERS

Input

Output

DESCRIPTION

Random draws from the beta(a,b) distribution.

EXAMPLE

x=beta_rnd(100,10,5)

AUTHOR

Eric Dubois 2002