Confidence Intervals for Population Proportion Summary
Confidence Intervals for Population Proportion
Introduction
Deals with populations where items fall into two categories.
Aims to construct a confidence interval for the proportion of individuals in a specified category.
Notation
P: Population proportion of individuals in a specified category.
X: Number of individuals in the sample in the specified category.
N: Sample size.
P^: Sample proportion of individuals in the specified category, calculated as NX.
Constructing a Confidence Interval
Point Estimate:
P^=NX is the point estimate for the population proportion P.
Standard Error:
By the Central Limit Theorem for proportions, the standard error is NP^(1−P^).
Margin of Error:
E=Z<em>α/2×NP^(1−P^), where Z</em>α/2 is the critical value.
Confidence Interval:
Point estimate plus or minus the margin of error: P^±E.
Assumptions for Approximately Normal Sampling Distribution
Simple Random Sample
Population Size: The population is at least 20 times the sample size.
Two Categories: Items in the population are divided into two categories.
Sample Size in Each Category: The sample must contain at least 10 individuals in each category.
Example: Music Education Survey
Scenario: Survey of 800 parents, 632 believe music education has a positive effect.
Goal: Construct a 95% confidence interval.
Checking Assumptions:
Simple random sample.
Population of parents is more than 20 times the sample size.
Two categories: believe vs. don't believe.
632 > 10 and 800 - 632 = 168 > 10.
Calculations:
N=800, X=632.
P^=800632=0.79.
Critical value for 95% confidence: Zα/2=1.96.
Margin of error: E=1.96×8000.79(1−0.79)=0.028225.
Confidence interval: 0.79±0.028225, which is (0.762,0.818).
Interpretation: We are 95% confident that the proportion of parents who believe music education has a positive effect is between 0.762 and 0.818.
Determining Sample Size
Goal: To find the sample size necessary to obtain a confidence interval with a given width (margin of error).
Problem: A large margin of error makes the confidence interval too wide to be useful.
Solutions:
Reduce the level of confidence (undesirable).
Increase the sample size.
Formula Derivation:
Starting with the margin of error formula: E=Zα/2×NP^(1−P^).
Rearranging to solve for N: N=P^(1−P^)×(EZα/2)2.
Using the Formula:
This formula gives the minimum sample size needed for a desired margin of error.
Always round the result up to the nearest whole number.
Estimating P^:
If an estimate is available from a prior study, use it.
If no estimate is available, use P^=0.5. This maximizes the margin of error for any sample size.
Example: Defective Computer Chips
Scenario: Preliminary study of 100 chips, 17 found defective. Want to construct a 95% confidence interval with a margin of error of 0.06 for a new sample.
Knowns:
Zα/2=1.96 (for 95% confidence).
E=0.06.
P^=10017=0.17 (from the preliminary study).
Calculation:
N=0.17(1−0.17)×(0.061.96)2=150.5694.
Result: Round up to N=151. 151 computer chips must be tested.
Example: Incumbent Mayor Election
Scenario: Conduct a survey for residents supporting a major with 90% confidence interval and margin of error no larger than 0.04.
Knowns:
Zα/2=1.645 (for 90% confidence).
E=0.04.
No prior estimate of P, so use P^=0.5.
Calculation:
N=0.5(1−0.5)×(0.041.645)2=422.8164.
Result: Round up to N=423. Need to poll 423 residents.
Example: Internet Service Interruption
Scenario: 540 customers sampled, 75 experienced an interruption.
Part A: Find a point estimate for the population proportion.
Part B: Construct a 90% confidence interval.
Part C: Determine if a claim that no more than 10% experienced interruptions is contradicted by the interval.