Maxima Function
random_f (m,n)
random_f(m,n,k)
Returns a F random variate F(m,n), with m,n>0. Calling random_f
with a third argument k, a random sample of size k will be simulated.
There are two algorithms implemented for this function, the one to be used can be selected giving a certain value to the global variable random_f_algorithm
, which defaults to inverse
.
See also . To make use of this function, write first load(distrib)
.