Solved – When does the law of large numbers hold for RVs from a distribution with infinite variance

fat-tailsiidindependencelaw-of-large-numbersstationarity

Under what conditions does the law of large numbers hold (or fail, if that is easier to describe) for independent identically distributed random variables drawn from a distribution with a finite mean and infinite or non-existent variance? Is it any different if the distribution is stationary but not independent?

Best Answer

Let $\{X_1,X_2,\ldots\}$ be a sequence of i.i.d. random variables. The (Strong) Law of Large Numbers states that:

  • If $\mathbf{E}|X_i| < +\infty$ and $\mathbf{E}X_i = \mu$

$$\frac{1}{n}\sum_{i = 1}^nX_i \overset{a.s}{\longrightarrow}\mu$$

  • If $\mathbf{E}|X_i| = +\infty$ $$\limsup\frac{1}{n}\Big|\sum_{i = 1}^nX_i\Big| =+\infty$$

Note that no assumption is made about the existence or finiteness of the variance of each $X_i$ (see chapter 6 of this book for the proofs).

Now for your question about the case of stationary sequences this paper gives a reasonably simple answer for the convergence in probability to the mean and this lecture note takes a not so simple (at least for me) take on the subject.

Related Question