cauchy_inv
Inverse of the Cauchy cumulative distribution function (iCDF).
For each element of p, compute the quantile (the inverse of the CDF) at p of the Cauchy distribution with location parameter location and scale parameter scale. The size of x is the common size of p, location, and scale. A scalar input functions as a constant matrix of the same size as the other inputs.
Default values are location = 0, scale = 1.
See also: cauchy_cdf, cauchy_pdf, cauchy_rnd
Source Code: cauchy_inv