Example of a general random variable with finite mean but infinite variance

17k Views Asked by At

Given a probability triple $(\Omega, \mathcal{F}, \mu)$ of Lebesgue measure $[0,1]$, find a random variable $X : \Omega \to \mathbb{R}$ such that the expected value $E(X)$ converges to a finite, positive value, but $E(X^2)$ diverges.

2

There are 2 best solutions below

4
On BEST ANSWER

One answer is Pareto distribution with parameters $\alpha , x_0$ which are both positive. The distribution is given by:

$$f_X(x)= \begin{cases} \alpha\,\frac{x_0^\alpha}{x^{\alpha+1}} & x \ge x_0, \\ 0 & x < x_0. \end{cases}$$

Note that $E[X] = \infty$ for $\alpha \leq 1$ and is finite elsewhere.

The variance is not finite for $\alpha \in [1,2) $

Hence it satisfies your question for $(1,2)$

In general,$E[X^n]= \infty \ \ ;n\geq \alpha$.

EDIT: Clarified the answer as suggested.

0
On

One can consider a discrete random variables with support $\mathbb{N}$ such that $\mathbb{P}(X=m)=C\frac{1}{m^3}$ for some $C>0$. Then $\mathbb{E}[X]=\sum_{k\in \mathbb{N}}C\frac{1}{m^2}<\infty$ but $\mathbb{E}[X^2]=\sum_{k\in \mathbb{N}}C\frac{1}{m}$ diverges since it is the harmonic series.