Cauchy Distribution (From
Cauchy Distribution (From
html)
The shorthand X ∼ Cauchy(a, α) is used to indicate that the random variable X has the Cauchy
distribution with positive scale parameter α and location parameter a. A Cauchy random variable
X with parameters a and α has probability density function
1
f (x) = −∞ < x < ∞
απ[1 + ((x − a)/α)2 ]
for α > 0 and −∞ < a < ∞. The Cauchy distribution is of interest because its moments are unde-
fined. The probability density function for various combinations of a and α is given below.
f (x)
1.4
1.2
a = 1, α = 0.25
1.0
0.8
0.6
a = 2, α = 0.5
0.4
0.2 a = 3, α = 1
0.0 x
−1 0 1 2 3 4 5 6
a − x −1
f (x) 2 2 2 −1
h(x) = = 2 α α − 2 xa + a + x π + 2 arctan − ∞ < x < ∞.
S(x) α
The cumulative hazard function on the support of X is
a−x
H(x) = − ln S(x) = ln (2π) − ln π + 2 arctan − ∞ < x < ∞.
α
The inverse distribution function of X is
F −1 (u) = a − α cot (πu) 0 < u < 1.
1
The population median of X is the location parameter, a.
The population moments of X are undefined. It follows that the population mean, variance, skew-
ness, and kurtosis of X are also undefined.
APPL verification: The APPL statements
X := CauchyRV(a, alpha);
CDF(X);
SF(X);
HF(X);
IDF(X);
Mean(X);
Variance(X);
Skewness(X);
Kurtosis(X);
MGF(X);
verify the cumulative distribution function, survivor function, hazard function, mean, variance,
skewness, kurtosis, and moment generating function.