Function Reference: cauchy_cdf

statistics: p = cauchy_cdf (x)
statistics: p = cauchy_cdf (x, location)
statistics: p = cauchy_cdf (x, location, scale)

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