The Berry-Esseen Bound
The Central Limit Theorem says a sample mean's distribution approaches normal as sample size grows, but doesn't say how fast — the Berry-Esseen bound gives an explicit worst-case speed limit on that convergence.
Prerequisites: The Central Limit Theorem
The Central Limit Theorem is a statement about a limit: as sample size goes to infinity, the distribution of a standardized sample mean approaches the normal distribution exactly. It's silent on the question every practitioner actually cares about — at , or , how close to normal is it right now? The Berry-Esseen bound answers that by putting a hard number on the maximum possible gap between the true (unknown) distribution of the standardized mean and the normal distribution, for any finite .
Concretely, if is the cumulative distribution function of the standardized sample mean of i.i.d. observations with finite third absolute moment , and is the standard normal CDF, then
for a universal constant . In plain English: the biggest possible gap between the real distribution and the normal approximation shrinks at a rate of , and how large that gap starts out depends on — a measure of how skewed or heavy-tailed the underlying data is. Data that's already close to symmetric and thin-tailed converges to normal fast; data with a lot of skew or occasional extreme values needs a much larger before the normal approximation is trustworthy.
This is why " is enough for the CLT" is a rule of thumb and not a law: the Berry-Esseen bound shows explicitly that the sample size needed depends on the shape of the underlying distribution, and daily financial returns — skewed, fat-tailed — sit exactly in the case where that rule of thumb is least reliable.
The Berry-Esseen bound turns the Central Limit Theorem's "eventually normal" into a concrete worst-case convergence rate of , scaled by how skewed or heavy-tailed the underlying data is — which is why skewed financial return data needs a much larger sample than symmetric data before a normal approximation to the sample mean is safe to trust.
Related concepts
Practice in interviews
Further reading
- Feller, An Introduction to Probability Theory and Its Applications, vol. 2