📐 Central Limit Theorem (CLT)

Last Updated: Jan 2026


The Central Limit Theorem (CLT) states that:

If we take sufficiently large random samples from any population, the distribution of the sample mean will be approximately normal, regardless of the population's original distribution.

This is one of the most important theorems in statistics and data science.

🗣 Hinglish Tip: CLT = chahe data kaisa bhi ho, sample mean ka graph normal ho jaata hai (agar sample size bada ho)

Central Limit Theorem is Important?

  • Allows use of normal distribution
  • Basis of:
    • Confidence Interval
    • Hypothesis Testing
    • Z-test, t-test
  • Widely used in:
    • Machine Learning
    • Data Science
    • Quality Control

Conditions for CLT

CLT works when:

  1. Samples are random
  2. Samples are independent
  3. Sample size is large enough

Rule of thumb:

n30n \geq 30

Mathematical Statement of CLT

If population has:

  • Mean → μ\mu
  • Standard deviation → σ\sigma

Then sampling distribution of sample mean has:

  • Mean:
μxˉ=μ\mu_{\bar{x}} = \mu
  • Standard Deviation (Standard Error):
σxˉ=σn\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}}

Where:

  • n = sample size

Example

Suppose we have a population:

2, 4, 6, 8, 10

Step 1: Calculate Population Mean μ\mu

μ=(2+4+6+8+10)/5=30/5=6\mu = (2 + 4 + 6 + 8 + 10) / 5 = 30 / 5 = 6

Step 2: Take Samples of Size n = 2

We take all possible samples of size 2 and calculate their means.

SampleValuesSample Mean xˉ\bar{x}
S1S_12, 43
S2S_22, 64
S3S_32, 85
S4S_42, 106
S5S_54, 65
S6S_64, 86
S7S_74, 107
S8S_86, 87
S9S_96, 108
S10S_{10}8, 109

Step 3: Sampling Distribution of Sample Mean

Sample means obtained:

3,4,5,6,5,6,7,7,8,93, 4, 5, 6, 5, 6, 7, 7, 8, 9

Now calculate mean of sample means:

μxˉ=3+4+5+6+5+6+7+7+8+910μxˉ=6010=6\mu_{\bar{x}} = \frac{3 + 4 + 5 + 6 + 5 + 6 + 7 + 7 + 8 + 9}{10} \\[0.5em] \mu_{\bar{x}} = \frac{60}{10} = 6

\checkmark Same as population mean

CLT Observation

  • Population Mean (μ\mu) = 6
  • Mean of Sample Means ($\mu_{\bar{x}}$) = 6

As sample size increases:

  • Distribution of x̄ becomes more normal
  • Spread becomes narrower

🗣 Hinglish Tip: Sample size badhao → curve smooth aur bell shape ho jaati hai


Liked This Tutorial

Scan QR Code To Leave A Review Or

Click Here To Leave A Review
Scan QR