Section 12.1 Inference for a Population Proportion

Slides:



Advertisements
Similar presentations
9.2a Tests about a Population Proportion Target Goal: I can check the conditions for carrying out a test about a population proportion. I can perform a.
Advertisements

AP Statistics Section 12.1 A. Now that we have looked at the principles of testing claims, we proceed to practice. We begin by dropping the unrealistic.
Confidence Interval Proportions.
“Sampling Distributions for Sample Proportions and Sample Means”
1 Chapter 12: Inference for Proportions 12.1Inference for a Population Proportion 12.2Comparing Two Proportions.
1 Section 10.1 Estimating with Confidence AP Statistics January 2013.
AP Statistics.  Has been about the distribution of sample means  and the distribution of the difference of sample means.  and the distribution of sample.
Lecture PowerPoint Slides Basic Practice of Statistics 7 th Edition.
Section 9.2: Large-Sample Confidence Interval for a Population Proportion.
Welcome to MM207 - Statistics! Unit 6 Seminar: Inferential Statistics and Confidence Intervals.
10.1 – Estimating with Confidence. Recall: The Law of Large Numbers says the sample mean from a large SRS will be close to the unknown population mean.
Chapter 12 Inference for Proportions AP Statistics 12.2 – Comparing Two Population Proportions.
Warm Up 1. Write the four steps in writing a confidence interval and how to check conditions (step 2) for means. 2. Write the four steps involved in test.
Chapter 6 Normal Approximation to Binomial Lecture 4 Section: 6.6.
CHAPTER 8 Estimating with Confidence
Statistics 200 Objectives:
CHAPTER 10 Comparing Two Populations or Groups
Chapter 8: Estimating with Confidence
Review of Power of a Test
Statistics for Business and Economics
Chapter 8: Estimating with Confidence
CHAPTER 9 Testing a Claim
One-Sample Inference for Proportions
Sampling Distributions for a Proportion
Week 10 Chapter 16. Confidence Intervals for Proportions
Chapter 8: Estimating with Confidence
Inferences On Two Samples
Hypothesis Tests for a Population Mean in Practice
Introduction to Inference
Comparing Two Means.
Inferences for Population Proportions
Ten things about Inference
Confidence Intervals Chapter 10 Section 1.
CHAPTER 8 Estimating with Confidence
Tests of Significance.
CHAPTER 10 Comparing Two Populations or Groups
Chapter 7: Sampling Distributions
CHAPTER 10 Comparing Two Populations or Groups
CHAPTER 6 Statistical Inference & Hypothesis Testing
CHAPTER 15 SUMMARY Chapter Specifics
Confidence Intervals with Proportions
DRILL What conditions need to be met when doing an inference test?
CHAPTER 10 Comparing Two Populations or Groups
Section 12.2 Comparing Two Proportions
Day 63 Agenda:.
Chapter 7: Sampling Distributions
Section 9.2 Sampling Proportions
Chapter 8: Estimating with Confidence
Estimating a Population Mean
Chapter 8: Estimating with Confidence
Determining Which Method to use
CHAPTER 10 Comparing Two Populations or Groups
Chapter 8: Estimating with Confidence
Chapter 12 Inference for Proportions
Chapter 8: Estimating with Confidence
Chapter 7: Sampling Distributions
8.2 Estimating a Population Proportion
Chapter 7: Sampling Distributions
8.3 Estimating a Population Mean
Chapter 7: Sampling Distributions
Chapter 8: Estimating with Confidence
Chapter 8: Confidence Intervals
CHAPTER 10 Comparing Two Populations or Groups
Inference for Proportions
Chapter 8: Estimating with Confidence
Chapter 8: Estimating with Confidence
Chapter 7: Sampling Distributions
Chapter 7: Sampling Distributions
WHAT I REALLY WANT TO SEE ON YOUR TEST
Chapter 8: Estimating with Confidence
Presentation transcript:

Section 12.1 Inference for a Population Proportion AP Statistics

Parameters vs Statistics Mean µ Standard Deviation σ Proportion p Statistics Mean x-bar Standard Deviation s Proportion p-hat AP Statistics, Section 12.1

What we know about inference We are trying to make sense about what is happening at the population level by looking at sample data Step 1: “What is the population and the parameter of interest?” We make assumptions in the form of H0 Step 1: “What is H0?” We need to know about the distribution of the sample statistic Step 2: “Is the distribution of sample means normal?” AP Statistics, Section 12.1

Our inferential work so far… Has been about the distribution of sample means and the distribution of the difference of sample means. AP Statistics, Section 12.1

But what about proportions? We learned in Chapter 9 about the distribution of sample proportions. AP Statistics, Section 12.1

But what about proportions? We know that the distribution of sample proportions is approximately normal when these conditions are met… np>10 nq>10 AP Statistics, Section 12.1

Simulation A recent study concluded that 25% of all U.S. teenage females have a STD. Simulate sampling 500 randomly chosen teenage females using… randBin(500,.25) Simulate finding the sample proportion by using… randBin(500,.25)/500 AP Statistics, Section 12.1

Test of significance A recent sample of 500 female teenagers from southeastern Oakland county found the 22% have an STD. (I made these numbers up.) Is this strong evidence to suggest that teenage females from SE Oakland county have a lower infection rate than the national average of 25%? AP Statistics, Section 12.1

1: Population, Parameter of Interest, H0 and Ha 3: Calculations 2: Procedure Name & Conditions 4: Interpret AP Statistics, Section 12.1

Confidence Intervals AP Statistics, Section 12.1

Calculate the Confidence Interval 1: Population & Parameter of Interest 3: Calculations 2: Procedure Name & Conditions 4: Interpret AP Statistics, Section 12.1

Choosing a sample size We get p* by using previous studies. Or We use p*=.5 because this is the most conservative choice. AP Statistics, Section 12.1

Example We believe that 15% of people are left handed. How large of a sample is needed to get the ME of a 95% CI below 5%? Answer: at least 196. AP Statistics, Section 12.1

Exercises 12.5-12.19 odd AP Statistics, Section 12.1