random_binomial_algorithm SciMax Toolbox random_chi2

SciMax Toolbox >> random_cauchy

random_cauchy

Maxima Function

Calling Sequence

random_cauchy (a,b)
random_cauchy(a,b,n)

Description

Returns a Cauchy(a,b) random variate, with b>0. Calling random_cauchy 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_binomial_algorithm SciMax Toolbox random_chi2