Central Limit Theorem for uncorrelated RV (counter example)

2.1k Views Asked by At

In Varadhan's probability book it is stated that there exists sequences of identically distributed uncorrelated (finite variance?) RV's such that the central limit theorem does not hold. The book doesn't cite an example though. I was wondering if such an example is easy to construct.

1

There are 1 best solutions below

3
On BEST ANSWER

Consider the random variables $X_n=Y_n\cdot Z$ where the sequence of random variables $(Y_n)_n$ is i.i.d. square integrable and centered, and where the random variable $Z$ is square integrable and independent of $(Y_n)_n$. Then the sequence of random variables $(X_n)_n$ is square integrable, centered and uncorrelated.

The central limit theorem applied to the sequence $(Y_n)_n$ shows that the random variables $\frac1{\sqrt{n}}(X_1+\cdots +X_n)$ converge in distribution to $YZ$, where the random variable $Y$ is standard normal and independent of $Z$.

When the random variable $Z$ is not almost surely constant, there is no reason to expect the random variable $YZ$ to be normal. For example, if $Z$ is a Bernoulli random variable with $P(Z = 0) = P(Z = 1) = \frac{1}{2}$, then $YZ$ is non-normal, specifically a mixture of a normal distribution and a point mass at zero. Thus, convergence in distribution holds, but not necessarily to a normal distribution.