Normal Approximation Using CLT:
From: | To: |
The Central Limit Theorem (CLT) states that the sampling distribution of the mean will approach a normal distribution as the sample size increases, regardless of the population's distribution shape. This allows us to use normal approximation for probabilities involving sample means.
On a TI-84 calculator, you can compute this using the normalcdf function:
Steps:
Guidelines: The approximation works well when:
Tips:
Q1: Why use normal approximation?
A: It simplifies calculations when the exact distribution is complex or unknown.
Q2: What if my sample size is small?
A: For n < 30, consider using t-distribution if population is normal.
Q3: How accurate is this approximation?
A: Accuracy improves with larger sample sizes and more symmetric populations.
Q4: Can I use this for proportions?
A: Yes, with μ = p and σ = √(p(1-p)), where p is the population proportion.
Q5: What if my population is already normal?
A: The sampling distribution will be exactly normal for any sample size.