/usr/share/freemat/help/text/randnf.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 | RANDNF RANDNF Generate Noncentral F-Distribution Random Variable
Usage
Generates a vector of non-central F-distributed random variables
with the specified parameters. The general syntax for its use is
y = randnf(n,m,c)
where n is the number of degrees of freedom in the numerator,
and m is the number of degrees of freedom in the denominator.
The vector c determines the non-centrality shift of the numerator.
|