Section: Random Number Generation
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.
randf
to generate some non-central F-distributed
random variables:
--> randnf(5*ones(1,9),7,1.34) ans = Columns 1 to 8 2.0107 0.1890 0.7468 2.3759 8.2553 1.8047 0.2222 2.2680 Columns 9 to 9 1.9690 --> quit