5

A probability density family for $x\in\mathbb{R}$ is

$$f(x) = k(\theta)\left[1 + (x/\theta)^2\right]^{-1}$$

parameterized by $\theta \gt 0$.

I am supposed to find $k(\theta)$ and then both $E(X)$ and $\text{Var}(X)$. I have found that $k =1/(\theta\pi)$. When I try to evaluate $E(X)$ I get that the corresponding integral diverges. Is this possible and does it imply that the variance diverges too?

whuber
  • 281,159
  • 54
  • 637
  • 1,101
user153009
  • 255
  • 2
  • 5

1 Answers1

5

You can find the answer on Wikipedia http://en.wikipedia.org/wiki/Cauchy_distribution. However, you are right, the integral for $E(X)$ does not converge, hence it means that $E(X)$ is undefined. Whereas for $E(X^2)$ it evaluates to infinity, e.g. $E(X^2)=\infty$. Therefore, in this case $Var(X) = E(X^2)-E(X)^2$ is undefined as well, though the second moment exists and is infinite.

utobi
  • 1,013
  • 10
  • 24