Skip to content
Sahithyan's S2
Sahithyan's S2 — Methods of Mathematics

Central Limit Theorem

Definition

The probability distribution of a sample statistic will be normal or nearly normal, regardless of the population distribution, given the sample size is large enough.

Generally, sample size of 30 is considered large enough.

Suppose nn random sample observations are taken from an infinite population, with E(X)=μE(X) = \mu and Var(X)=σ2Var(X) = \sigma^2. The sampling distribution of “the mean of XX” (say xˉ\bar x) can be specified as:

xˉN(μ,σ2n)\bar{x} \sim N\left(\mu, \frac{\sigma^2}{n}\right)

Conditions

  • Sample size is large enough: n30n \geq 30.
  • Sampling is random and independent.
  • Population has finite variance.