What the Theorem Actually Approximates
In the classical central limit theorem, independent identically distributed variables with finite mean and variance have a standardized sum—or equivalently a properly centered and scaled sample mean—that approaches a normal distribution as sample size grows.
The conditions matter. Heavy-tailed variables can have infinite variance, dependence can change the limit, and a single dominant contribution can prevent the usual approximation. The theorem describes the sampling distribution of a sum or mean, not the shape of the original observations.
Why Normal Approximations Still Appear Often
Measurement error and aggregates can combine many modest effects, making a Gaussian approximation useful. But adult height, sensor noise, or residuals are not normal merely because the phrase “many factors” applies; biology, boundaries, correlation, and mixtures also shape the distribution. Check the approximation rather than invoking the theorem as a universal cause.
Implications for ML and Statistics
- Sampling distributions: standard errors and confidence intervals for means often use a CLT when its conditions and sample size are adequate.
- Noise models: Gaussian noise can be a defensible approximation for additive effects, but residual diagnostics still matter.
- Batch normalization: it uses batch statistics to re-center and rescale activations. Its mechanism is not that the CLT makes activations Gaussian.