Red, White and What? By Evan Widloski, Blake Griffith, Matt Howard and Brittany Stinnett.

Slides:



Advertisements
Similar presentations
Ch. 21 Practice.
Advertisements

Significance Testing Chapter 13 Victor Katch Kinesiology.
Two Sample Hypothesis Testing for Proportions
© 2010 Pearson Prentice Hall. All rights reserved Hypothesis Testing Using a Single Sample.
8-3 Testing a Claim about a Proportion
Significance Tests for Proportions Presentation 9.2.
Chapter 9 Testing a Claim
+ Chapter 9 Summary. + Section 9.1 Significance Tests: The Basics After this section, you should be able to… STATE correct hypotheses for a significance.
Introduction to Statistical Inference Probability & Statistics April 2014.
Hypothesis Testing for Proportions
Tests About a Population Proportion
Confidence intervals are one of the two most common types of statistical inference. Use a confidence interval when your goal is to estimate a population.
Hypotheses tests for means
CHAPTER 9 Testing a Claim
Section 9.2 Tests About a Population Proportion. Section 9.2 Tests About a Population Proportion After this section, you should be able to… CHECK conditions.
+ Chapter 12: Inference for Proportions Section 12.1 Inference for a Population Proportion.
CHAPTER 20: Inference About a Population Proportion ESSENTIAL STATISTICS Second Edition David S. Moore, William I. Notz, and Michael A. Fligner Lecture.
+ The Practice of Statistics, 4 th edition – For AP* STARNES, YATES, MOORE Chapter 10: Comparing Two Populations or Groups Section 10.1 Comparing Two Proportions.
Lecture PowerPoint Slides Basic Practice of Statistics 7 th Edition.
+ Section 10.1 Comparing Two Proportions After this section, you should be able to… DETERMINE whether the conditions for performing inference are met.
+ Chapter 9 Testing a Claim 9.1Significance Tests: The Basics 9.2Tests about a Population Proportion 9.3Tests about a Population Mean.
The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers CHAPTER 9 Testing a Claim 9.2 Tests About a Population.
+ The Practice of Statistics, 4 th edition – For AP* STARNES, YATES, MOORE Unit 5: Hypothesis Testing.
+ The Practice of Statistics, 4 th edition – For AP* STARNES, YATES, MOORE Chapter 9: Testing a Claim Section 9.2 Tests About a Population Proportion.
+ Chapter 9 Testing a Claim 9.1Significance Tests: The Basics 9.2Tests about a Population Proportion 9.3Tests about a Population Mean.
Section Copyright © 2014, 2012, 2010 Pearson Education, Inc. Lecture Slides Elementary Statistics Twelfth Edition and the Triola Statistics Series.
Chapter 9: Testing a Claim
Chapter 10: Comparing Two Populations or Groups
Hypothesis Testing for Proportions
Chapter 9: Testing a Claim
Lecture Slides Elementary Statistics Twelfth Edition
Chapter 9: Testing a Claim
Chapter 9: Testing a Claim
Significance Tests: A Four-Step Process
Chapter 10: Comparing Two Populations or Groups
Chapter 8 Inference for Proportions
Elementary Statistics
YOU HAVE REACHED THE FINAL OBJECTIVE OF THE COURSE
Chapter 9: Testing a Claim
Chapter 9 Testing a Claim
Day 63 Agenda:.
Chapter 10: Comparing Two Populations or Groups
Chapter 9: Testing a Claim
Chapter 10: Comparing Two Populations or Groups
Chapter 9: Testing a Claim
Comparing Two Proportions
Lecture Slides Elementary Statistics Twelfth Edition
Chapter 10: Comparing Two Populations or Groups
Chapter 10: Comparing Two Populations or Groups
Chapter 9: Testing a Claim
Chapter 10: Comparing Two Populations or Groups
Chapter 10: Comparing Two Populations or Groups
Chapter 10: Comparing Two Populations or Groups
Chapter 10: Comparing Two Populations or Groups
Chapter 9: Testing a Claim
Chapter 9: Testing a Claim
Chapter 9: Testing a Claim
Comparing Two Proportions
Chapter 10: Comparing Two Populations or Groups
Comparing Two Proportions
Chapter 9: Testing a Claim
Chapter 10: Comparing Two Populations or Groups
Unit 5: Hypothesis Testing
Chapter 9: Testing a Claim
Chapter 10: Comparing Two Populations or Groups
Significance Tests: The Basics
Chapter 10: Comparing Two Populations or Groups
How Confident Are You?.
Testing a Claim About a Mean:  Known
Presentation transcript:

Red, White and What? By Evan Widloski, Blake Griffith, Matt Howard and Brittany Stinnett

Group Members Evan Widloski– A lot sampler, tech support, and graphic designs Blake Griffith– C lot sampler and hypothesis tester Matthew Howard– C lot sampler and graphic designs Brittany Stinnet– B lot sampler

Data Collection A recent news broadcast claimed that only 40% of cars in America are actually American made. Our group wanted to verify the truth in this claim by examining the proportion of American cars that MHS students drive to school every day. In order to do this, we used the proportion of American cars in a small sample to estimate the total number of American cars at MHS.

Data Collection In order to aid sampling, Evan used the Python programming language to generate pseudo-random parking spaces numbered 001 to 391. Since sampling each spot individually would require walking between parking lots many times, the program sorts parking spots into their corresponding lots and arranges them in consecutive order.

Data Collection Our group met during 4th block to take to take a pilot study to ensure that our sample would meet the conditions of normality. It is worth noting many seniors leave school 4th block for dual enrollment classes, another potential source of bias that cannot be easily accounted for. We split up the selected spaces evenly and began sampling. If a spot was empty, the first occupied space to the right was sampled instead. From this sample, we determined p ̂ and q ̂ to be 43% and 57% respectively which means that a sample of 100 spaces will meet the normality conditions. Our actual sample was taken with the same random sampling program. We simply took an SRS of the 100 from the 391 spots and 15 minutes later our data was recorded and placed into a spread sheet

Summary Statistics Pilot Study: p ̂ =.43 q ̂ =.57

Summary Statistics Sample: p ̂ =.41 q ̂ =.59

Summary Stats As you can see, our pilot study, sample, and hypothesis were all very similar and close.

Confidence Interval State: We want to find a confidence interval for the proportion of Maryville High School drivers with parking spots in the three official Maryville High School parking lots that are American made with a 95% confidence level.

Confidence Interval Plan: We should use a one-sample z interval for p if the conditions are satisfied. We must check the 3 conditions: Random: This condition is met because the parking spots were numbered from and randomly selected using a random number generator. Independent: This condition is not met because there are not more than 100(10)=1,000 parking spots at Maryville High School, so we must apply the Finite Population Correction Factor (sqrt((N-n)/(N-1))) in order to proceed in the testing. Normal: This condition is met because: np ̂ =(100)(.41)=41≥10 Andn(1-p ̂ )=(100)(.59)=59≥10

Confidence Interval Do: A 95% confidence interval for p is given by p ̂ ±z*(sqrt((p ̂ (1- p ̂ )/n)))(sqrt((N-n)/(N-1))).41±1.96(sqrt((.41(.59)/100)))(sqrt(( )/(391-1))).41±1.96( )( ).41± ( , )

Confidence Interval Conclude: We are 95% confidence from to captures the true proportion of American made cars driven by Maryville High School students with a spot in one of the three Maryville High School parking lots.

Hypothesis Test State: We want to perform a test at the α=0.05 significance level of H o : p=.40 H a : p≠.40 Where p is the actual proportion of cars driven by Maryville High School students with parking passes for a Maryville High School lot.

Hypothesis Test Plan: If conditions are met, we should do a one-sample z test for the population proportion p. We must check the 3 conditions: Random: This condition is met because the parking spots were numbered from and randomly selected using a random number generator. Independent: This condition is not met because there are not more than 100(10)=1,000 parking spots at Maryville High School, so we must apply the Finite Population Correction Factor (sqrt((N-n)/(N-1))) in order to proceed in the testing. Normal: This condition is met because: np o =(100)(.40)=40≥10 Andn(1-p o )=(100)(.60)=60≥10

Hypothesis Test Do: The sample proportion of American-made cars in the Maryville High School student parking lots is p ̂ =0.41 Test statistic: z=( p ̂ -p o )/((sqrt(p o (1- p o )/n)*(sqrt((N-n)/(N-1)) z=( )/((sqrt(.40(1-.40)/100)*(sqrt(( )/(391-1)) z=.01/(( )*( )) z=.2363 Because this z-score does not fall into our rejection regions (z≤-1.96 or z≥1.96) we fail to reject the null hypothesis.

Hypothesis Test Conclude: Since our z-score of.2363 does not fall into our rejection regions at z≤-1.96 or z≥1.96, we do not have sufficient evidence to reject H o. We cannot conclude that the proportion of student-driven vehicles that are parked in one of the official school lots that are American-made differs from the hypothesis of.40.

Conclusion From our experiment we can conclude that the true proportion of American made cars that are parked at our school is approximately.4. We are surprised at how close to the news broadcast that the proportion at Maryville High School actually was. There were very few sources of possible error since parking spots at Maryville High School are assigned to each student. The most possible source of error is that a car was parked in the wrong spot or that a student did not attend school that day. We did not experience this issue however and our experiment was a success.

Future Ideas Future experiments could include taking samples of much larger areas or by randomly selecting driveways in Maryville. An area that we did not observe, but could be very interesting would be to find the proportion of each make and see how this compares to national and local sales of each brand of car. Other experiments could also be based off of this study such as grades as compared to car makes. Another interesting experiment would be to find the correlation between first cars and future income.

Raw Data