/usr/share/freemat/help/text/randf.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 | RANDF RANDF Generate F-Distributed Random Variable
Usage
Generates random variables with an F-distribution. The general
syntax for its use is
y = randf(n,m)
where n and m are vectors of the number of degrees of freedom
in the numerator and denominator of the chi-square random variables
whose ratio defines the statistic.
|