Philosophical question about central limit theorem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
coquelicot
Messages
304
Reaction score
70
Well, this is probably a stupid question, but I don't see why (yet).

Let Xi be random variables identically distributed, with mean 0, such that the cumulative distribution is = 0 for all -1 < x < 1. So, I believe it is clear that for all n, the cumulative distribution of Z = (X1 + X2 ... Xn)/n is = 0 for all x < -1. But the central limit theorem implies that this distribution (normalized by the square root of n), converges in distribution to the Normal distribution. So, for some n sufficiently large, the cumulative distribution of Z must be > 0 for some x < -1. Where is the fallacy in this paradox?
thx.
 
Physics news on Phys.org
coquelicot said:
But the central limit theorem implies that this distribution (normalized by the square root of n),
.

The normalization involves multiplying the sample mean by [itex]\sqrt{n}[/itex]. The quantity that is approximately normally distributed (for a sample of size n , sample mean [itex]S_n[/itex] and population mean [itex]\mu[/itex] for each individual random variable) is [itex]\sqrt{n}(S_n - \mu)[/itex].
 
Last edited:
If you have issues with the application of the theorem to a particular distribution I would recommend opening a statistical software package and simulating a number of random variables and then graphing the result of the random vectors that get the arithmetic mean and see what happens.

It should help convince you through some examples of how the CLT holds.
 
Thx all.
I have understood my error.