Cauchy Distribution Calculator

Enter a location parameter (x₀), scale parameter (γ), and a value of x to compute the Cauchy distribution's PDF and CDF. You can also specify an interval [a, b] to get the probability that X falls between two values. Results include the probability density f(x), P(X < x), P(X > x), and P(a < X < b).

The peak of the distribution. Can be any real number.

Controls the width of the distribution. Must be greater than 0.

The point at which to evaluate the PDF and CDF.

Lower bound for interval probability P(a < X < b). Optional.

Upper bound for interval probability P(a < X < b). Must be greater than a.

Results

Probability Density f(x)

--

P(X < x) — CDF

--

P(X > x)

--

P(a < X < b)

--

P(X < a)

--

P(X > b)

--

Cauchy Distribution Probabilities

Frequently Asked Questions

What is the Cauchy distribution?

The Cauchy distribution, also known as the Lorentz or Lorentzian distribution, is a continuous probability distribution that is symmetric and bell-shaped but with much heavier tails than the normal distribution. Unlike the normal distribution, the Cauchy distribution has no defined mean or variance, making it a popular example in probability theory and physics.

What are the location and scale parameters?

The location parameter (x₀ or t) specifies the peak of the distribution — the x-value where the PDF reaches its maximum. The scale parameter (γ or s) controls the spread or width of the distribution; larger values produce a wider, flatter curve. The scale parameter must always be greater than zero.

How is the Cauchy PDF calculated?

The probability density function (PDF) is given by f(x; x₀, γ) = 1 / (π · γ · [1 + ((x − x₀)/γ)²]). It reaches its maximum value of 1/(πγ) at x = x₀ and decreases symmetrically on both sides.

How is the Cauchy CDF calculated?

The cumulative distribution function (CDF) is F(x) = 1/2 + (1/π) · arctan((x − x₀)/γ). It gives the probability that the random variable X takes a value less than or equal to x. The CDF ranges from 0 to 1 and equals exactly 0.5 at x = x₀.

Why does the Cauchy distribution have no mean or variance?

The Cauchy distribution's heavy tails cause the integrals that define the mean and variance to diverge — they do not converge to finite values. This makes the Cauchy distribution a classic example of a distribution where the sample mean does not converge to a stable value as sample size increases.

How do I calculate P(a < X < b)?

The interval probability P(a < X < b) is simply the difference of the CDF values: F(b) − F(a). Enter your lower bound (a) and upper bound (b) in the optional interval fields, and the calculator computes this automatically using the Cauchy CDF formula.

What are common applications of the Cauchy distribution?

The Cauchy distribution appears frequently in physics to describe spectral line broadening (Lorentzian profile), in mechanical and electrical resonance systems, and in statistics as a robust example of a heavy-tailed distribution. It is also used in Bayesian analysis as a weakly informative prior for location parameters.

Is the Cauchy distribution the same as the Lorentz distribution?

Yes. The Cauchy distribution, Lorentz distribution, Lorentzian function, and Breit-Wigner distribution are all names for the same probability distribution. The name 'Cauchy' is standard in mathematics and statistics, while 'Lorentzian' is more common in physics and spectroscopy.

More Statistics Tools