random_poisson_algorithm SciMax Toolbox random_student_t

SciMax Toolbox >> random_rayleigh

random_rayleigh

Maxima Function

Calling Sequence

random_rayleigh (b)
random_rayleigh(b,n)

Description

Returns a Rayleigh(b) random variate, with b>0. Calling random_rayleigh with a second 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_poisson_algorithm SciMax Toolbox random_student_t