Skip to content

Central Limit Theorem

Tags
PAS
Cegep/2
Word count
281 words
Reading time
2 minutes

Consider a random sample of n observations selected from any population with mean μ and standard deviation σ. Then, when n is sufficiently large (typically >= 30), the sampling distribution of sample mean will be approximately normal:

XN(μ,σ2n)E(X)=μσ(X)=σn

Explicitly assume the population is normal when $n < 30$

Consequences

z-score applied to sample mean:

ZXμσn

t-statistic applied to sample mean:

Tn1Xμsndf=n1

Examples

Suppose we have selected a random sample of 36 observations from a population with mean 80 and standard deviation 6. What is the probability that the sample mean will be greater than 82?

XN(μX=80,σX=636=1)P(X>82)=P(XμXσX>82801)=P(Z>2)=P(Z<2)=0.0228

The distribution of the lengths of life of a certain brand’s car battery has a mean of 54 months and a standard deviation of 6 months. Suppose you purchase a sample of 50 of these batteries and subject them to tests that estimate the battery’s life. What is the probability that your sample has a mean life of 52 or fewer months?

XN(μX=52,σX=σn=650)P(X52)=P(XμXσX5254650)=P(Z2.36)=0.0091

Contributors

Changelog