/usr/share/freemat/help/text/randgamma.mdc is in freemat-help 4.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | RANDGAMMA RANDGAMMA Generate Gamma-Distributed Random Variable
Usage
Generates random variables with a gamma distribution. The general
syntax for its use is
y = randgamma(a,r),
where a and r are vectors describing the parameters of the
gamma distribution. Roughly speaking, if a is the mean time between
changes of a Poisson random process, and we wait for the r change,
the resulting wait time is Gamma distributed with parameters a
and r.
|