random_normal_algorithm SciMax Toolbox random_permutation

SciMax Toolbox >> random_pareto

random_pareto

Maxima Function

Calling Sequence

random_pareto (a,b)
random_pareto(a,b,n)

Description

Returns a Pareto(a,b) random variate, with a>0,b>0. Calling random_pareto with a third argument n, a random sample of size n will be simulated.

Only the inverse method is implemented. To make use of this function, write first load(distrib).

random_normal_algorithm SciMax Toolbox random_permutation