Central Limit Theorem for Proportions - Comprehensive Notes

Central Limit Theorem for Proportions

Population Proportion

  • The proportion of a population with a certain characteristic is the population proportion, denoted by PP. Central to statistical inference and hypothesis testing.

Sample Proportion

  • In a simple random sample of NN individuals, let XX be the number in the sample with the characteristic.
  • The sample proportion, denoted by P^\hat{P}, is calculated as P^=XN\hat{P} = \frac{X}{N}. It is an estimate of the population proportion.
Example
  • A retailer surveys 100 people and finds 35 own laptops.
  • The sample proportion is P^=35100=0.35\hat{P} = \frac{35}{100} = 0.35.
  • The population proportion, PP, is the proportion of all people in the city who own laptops.

Sampling Distribution of P^\hat{P}

  • If several samples are drawn, the values of P^\hat{P} are likely to vary.
  • P^\hat{P} is a random variable and has a probability distribution.
  • The probability distribution of P^\hat{P} is called the sampling distribution of P^\hat{P}.
Example: Tossing a Fair Coin
  • Toss a fair coin five times (sample size n=5n = 5).
  • The proportion of times the coin lands on heads is the sample proportion P^\hat{P}.
  • The probability of heads is 0.5, so the population proportion is P=0.5P = 0.5.
  • There are 25=322^5 = 32 possible samples.
  • The table displays all possible samples of size five and their sample proportion P^\hat{P}.
  • The mean of all values of P^\hat{P} is μP^=0.5\mu_{\hat{P}} = 0.5.
  • The standard deviation of all values of P^\hat{P} is σP^=0.2236\sigma_{\hat{P}} = 0.2236.

Mean and Standard Deviation of the Sampling Distribution

  • The mean of the sampling distribution, μ<em>P^\mu<em>{\hat{P}}, equals the population proportion PP. μ</em>P^=P\mu</em>{\hat{P}} = P
  • The standard deviation of the sampling distribution, σ<em>P^\sigma<em>{\hat{P}}, is given by: σ</em>P^=P(1P)n\sigma</em>{\hat{P}} = \sqrt{\frac{P(1-P)}{n}}
Example: Soft Drink Cups
  • The proportion of winning tickets is P=0.25P = 0.25.
  • n=70n = 70 people purchase soft drinks.
  • The mean of P^\hat{P} is μP^=P=0.25\mu_{\hat{P}} = P = 0.25.
  • The standard deviation of P^\hat{P} is σP^=0.25(10.25)70=0.0518\sigma_{\hat{P}} = \sqrt{\frac{0.25(1-0.25)}{70}} = 0.0518.

Probability Histogram

  • The probability histogram for the sampling distribution of P^\hat{P} for the proportion of heads in five tosses of a fair coin is presented.
  • The distribution is reasonably well approximated by a normal curve.
  • As the number of tosses increases, the sampling distribution of P^\hat{P} is more closely approximated by a normal curve.
  • When P=0.5P = 0.5, the sampling distribution of P^\hat{P} is somewhat close to normal even for a small sample size like n=5n = 5.
  • When PP is close to 0 or 1, a larger sample size is needed before the distribution of P^\hat{P} is close to normal.
  • A common rule of thumb is that the distribution may be approximated with a normal curve whenever n×P10n \times P \geq 10 and n×(1P)10n \times (1-P) \geq 10.

Central Limit Theorem for Proportions

  • Let P^\hat{P} be the sample proportion for a sample of size nn from a population with population proportion PP.
  • If n×P10n \times P \geq 10 and n×(1P)10n \times (1-P) \geq 10, then the distribution of P^\hat{P} is approximately normal with:
    • Mean: μP^=P\mu_{\hat{P}} = P
    • Standard Deviation: σP^=P(1P)n\sigma_{\hat{P}} = \sqrt{\frac{P(1-P)}{n}}
Examples
  • A sample of size 20 is drawn from a population with population proportion P=0.7P = 0.7. Is it appropriate to use the normal distribution to find probabilities for P^\hat{P}?
    • n×P=20×0.7=14n \times P = 20 \times 0.7 = 14
    • n×(1P)=20×0.3=6n \times (1-P) = 20 \times 0.3 = 6
    • Since n×(1P)n \times (1-P) is not at least 10, we cannot be certain that the distribution of P^\hat{P} is approximately normal.
  • A sample of size 55 is drawn from a population with population proportion P=0.8P = 0.8. Is it appropriate to use the normal distribution to find probabilities for P^\hat{P}?
    • n×P=55×0.8=44n \times P = 55 \times 0.8 = 44
    • n×(1P)=55×0.2=11n \times (1-P) = 55 \times 0.2 = 11
    • These are both at least 10, so the distribution of P^\hat{P} is approximately normal.

Calculating Probabilities Using Excel

Example: Ice Cream Preference
  • According to a Harris Poll, chocolate is the favorite ice cream flavor for 27% of Americans.
  • If a sample of 100 Americans is taken, what is the probability that the sample proportion of those who prefer chocolate is greater than 0.3?
  • Here we are asked to find a probability involving a sample proportion. We check to make sure that the central limit theorem for proportions applies.
Verifying the applicability of CLT
  • Central Limit Theorem states that if P^\hat{P} is a sample proportion for a sample of size nn from a population with proportion PP, then if n×Pn \times P and n×(1P)n \times (1-P) are both at least 10, then the distribution of P^\hat{P} is approximately normal.
  • The mean of this distribution is μ<em>P^\mu<em>{\hat{P}} which equals PP, the population proportion, and the standard deviation is σ</em>P^\sigma</em>{\hat{P}}, which equals P(1P)n\sqrt{\frac{P(1-P)}{n}}.
  • In this example, n=100n = 100, and the population proportion is P=0.27P = 0.27. Since n×P=27n \times P = 27 and n×(1P)=73n \times (1-P) = 73, and both of these are at least 10, we know that the normal curve can be used to find the probability that the sample proportion is greater than 0.3.
Calculations
  • μP^=P=0.27\mu_{\hat{P}} = P = 0.27
  • σP^=0.27×(10.27)100=0.0444\sigma_{\hat{P}} = \sqrt{\frac{0.27 \times (1-0.27)}{100}} = 0.0444
  • In Excel we enter 1 - NORM.DIST(0.3, 0.27, 0.0444, TRUE).
  • The result is 0.2496.
Additional examples
  • A simple random sample of size 80 is drawn from a population with population proportion P=0.24P = 0.24. We wish to find the probability that P^\hat{P} is between 0.20 and 0.23.

    • n=80,P=0.24n = 80, P = 0.24
    • n×P=19.2n \times P = 19.2
    • n×(1P)=60.8n \times (1-P) = 60.8
    • Since both of these are at least 10, we may use the normal distribution to find the probability.
  • A simple random sample of size 145 is drawn from a population with population proportion P=0.05P = 0.05. We wish to find the probability that P^\hat{P} is between 0.03 and 0.08.

    • n=145,P=0.05n = 145, P = 0.05
    • n×P=145×0.05=7.25n \times P = 145 \times 0.05 = 7.25
    • Note that this value is less than 10, which means that the assumptions are not satisfied. So we stop at this point.
Example: Smartphone ownership
  • 73% of teenagers own samrtphones. A sample of 150 teenagers is drawn. Would it be unusual if less than 68% of the the sample teenagers own smartphones?
    • To determine wheter it would be unusual, we will find the area and compare to standard cutoff value of 0.05.
    • n=150,P=0.73n = 150, P = 0.73
    • n×P=109.5n \times P = 109.5
    • n×(1P)=40.5n \times (1-P) = 40.5
    • Since both quantitites are at least 10, the assumptions are satisfied and we may proceed.
    • μP^=P=0.73\mu_{\hat{P}} = P = 0.73
    • σP^=0.73×(10.73)150=0.036249\sigma_{\hat{P}} = \sqrt{\frac{0.73 \times (1-0.73)}{150}} = 0.036249
  • To find the probability that less than 68% of the sample teenagers own smartphones, we find the area under the normal curve to the left of 0.68.
  • Find the area to be approximately 0.0839. Since this is greater than 0.05, we conclude that it is not unusual that less than 68% of the sample teenagers own smartphones.