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 . Central to statistical inference and hypothesis testing.
Sample Proportion
- In a simple random sample of individuals, let be the number in the sample with the characteristic.
- The sample proportion, denoted by , is calculated as . It is an estimate of the population proportion.
Example
- A retailer surveys 100 people and finds 35 own laptops.
- The sample proportion is .
- The population proportion, , is the proportion of all people in the city who own laptops.
Sampling Distribution of
- If several samples are drawn, the values of are likely to vary.
- is a random variable and has a probability distribution.
- The probability distribution of is called the sampling distribution of .
Example: Tossing a Fair Coin
- Toss a fair coin five times (sample size ).
- The proportion of times the coin lands on heads is the sample proportion .
- The probability of heads is 0.5, so the population proportion is .
- There are possible samples.
- The table displays all possible samples of size five and their sample proportion .
- The mean of all values of is .
- The standard deviation of all values of is .
Mean and Standard Deviation of the Sampling Distribution
- The mean of the sampling distribution, , equals the population proportion .
- The standard deviation of the sampling distribution, , is given by:
Example: Soft Drink Cups
- The proportion of winning tickets is .
- people purchase soft drinks.
- The mean of is .
- The standard deviation of is .
Probability Histogram
- The probability histogram for the sampling distribution of 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 is more closely approximated by a normal curve.
- When , the sampling distribution of is somewhat close to normal even for a small sample size like .
- When is close to 0 or 1, a larger sample size is needed before the distribution of is close to normal.
- A common rule of thumb is that the distribution may be approximated with a normal curve whenever and .
Central Limit Theorem for Proportions
- Let be the sample proportion for a sample of size from a population with population proportion .
- If and , then the distribution of is approximately normal with:
- Mean:
- Standard Deviation:
Examples
- A sample of size 20 is drawn from a population with population proportion . Is it appropriate to use the normal distribution to find probabilities for ?
- Since is not at least 10, we cannot be certain that the distribution of is approximately normal.
- A sample of size 55 is drawn from a population with population proportion . Is it appropriate to use the normal distribution to find probabilities for ?
- These are both at least 10, so the distribution of 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 is a sample proportion for a sample of size from a population with proportion , then if and are both at least 10, then the distribution of is approximately normal.
- The mean of this distribution is which equals , the population proportion, and the standard deviation is , which equals .
- In this example, , and the population proportion is . Since and , 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
- 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 . We wish to find the probability that is between 0.20 and 0.23.
- 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 . We wish to find the probability that is between 0.03 and 0.08.
- 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.
- Since both quantitites are at least 10, the assumptions are satisfied and we may proceed.
- 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.