Gamma distribution random draw.
Syntax: @rgamma(b, r)
b: number,
r: number,
Return: number
Draw a random value from the gamma distribution with the probability density function,
for
, and 0 elsewhere.
Examples
= @rgamma(4, 1)
returns a random draw from the Gamma(4, 1) distribution.
Cross-references