Cauchy Distribution |
Distribution generators for the Cauchy Equation:
dcauchy(x, l, s) Returns probability density for value x.
pcauchy(x, l, s) Returns the cumulative probability distribution for value x.
qcauchy(p, l, s) Returns the inverse cumulative probability distribution for probability p.
rcauchy(m, l, s) Returns a vector of m random numbers having the Cauchy distribution.