Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Central Limit Theorem

Central Limit Theorem

Sampling distribution

Let’s start with an example, suppose from the SAT math scores

The sampling distribution, which is basically the distribution of sample means of a population, has some interesting properties which are collectively called the central limit theorem, which states that no matter how the original population is distributed, the sampling distribution will follow these three properties -

To prove the thrid point let’s take a uniform distribution, in the image below 500,000500,000 times for each sample size (5,20,40)(5, 20, 40) have been drawn and their mean plotted. We’d expect the average to be (1+2+3+4+5+6/6=3.5)(1 + 2 + 3 + 4 + 5 + 6 / 6 = 3.5). The sampling distributions of the means center on this value. Just as the central limit theorem predicts, as we increase the sample size, the sampling distributions more closely approximate a normal distribution and have a tighter spread of values.