EasyDeepLearn

Why does the Cauchy distribution have no mean?

hard

Answer

  • Cauchy(0,1) PDF: 1  /  (π(1+x2))1\; / \;({\pi}(1 + x^{2})).
  • Its tails decay only as 1/x21 / x^{2} — the integral ∫x * PDF diverges → mean is undefined.
  • Consequence: sample mean of Cauchy does not converge (LLN fails).
  • Sums of Cauchy are still Cauchy (heavy-tail preservation), so CLT doesn't apply either.
  • Use case: robust statistics use it as a heavy-tailed model for outliers; ratio of two normals has Cauchy distribution.
Check yourself — multiple choice
  • Mean is 0
  • Tails ∝ 1/x21 / x^{2} → ∫x·f(x) diverges → no mean; LLN and CLT fail; ratio of normals is Cauchy
  • Same as normal
  • Has finite variance

Cauchy: undefined mean due to heavy tails; LLN/CLT don't apply.

#distributions#probability

Practise Statistics Fundamentals

215 interview questions in this topic.

Related questions