random_student_t_algorithm SciMax Toolbox range

SciMax Toolbox >> random_weibull

random_weibull

Maxima Function

Calling Sequence

random_weibull (a,b)
random_weibull(a,b,n)

Description

Returns a Weibull(a,b) random variate, with a,b>0. Calling random_weibull 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_student_t_algorithm SciMax Toolbox range