cauchy_cdf
Cauchy cumulative distribution function (CDF).
For each element of x, compute the cumulative distribution function (CDF) at x of the Cauchy distribution with location parameter location and scale parameter scale. The size of p is the common size of x, 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_inv, cauchy_pdf, cauchy_rnd
Source Code: cauchy_cdf