random_laplace SciMax Toolbox random_lognormal

SciMax Toolbox >> random_logistic

random_logistic

Maxima Function

Calling Sequence

random_logistic (a,b)
random_logistic(a,b,n)

Description

Returns a Logistic(a,b) random variate, with b>0. Calling random_logistic 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_laplace SciMax Toolbox random_lognormal