random_exp_algorithm SciMax Toolbox random_f_algorithm

SciMax Toolbox >> random_f

random_f

Maxima Function

Calling Sequence

random_f (m,n)
random_f(m,n,k)

Description

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).

random_exp_algorithm SciMax Toolbox random_f_algorithm