Introduction to Hypothesis Testing

Slides:



Advertisements
Similar presentations
Hypothesis Testing 7.
Advertisements

Chapter Hypothesis Testing with One Sample 1 of © 2012 Pearson Education, Inc. All rights reserved.
7 Chapter Hypothesis Testing with One Sample
Hypothesis Testing A hypothesis is a claim or statement about a property of a population (in our case, about the mean or a proportion of the population)
Hypothesis Testing with One Sample
Section 7-2 Hypothesis Testing for the Mean (n  30)
Hypothesis Testing with One Sample
Chapter Hypothesis Testing with One Sample 1 of © 2012 Pearson Education, Inc. All rights reserved.
Hypothesis Testing with Two Samples
Introduction to Hypothesis Testing Larson/Farber 4th ed.1.
Chapter 8 Hypothesis Testing 1.
Hypothesis Testing with One Sample
Section 7.1 Introduction to Hypothesis Testing Larson/Farber 4th ed.
7 Elementary Statistics Hypothesis Testing. Introduction to Hypothesis Testing Section 7.1.
Overview Basics of Hypothesis Testing
Hypothesis Testing with One Sample Chapter 7. § 7.1 Introduction to Hypothesis Testing.
Hypothesis Testing with ONE Sample
Ch7: Hypothesis Testing (1 Sample)
Copyright © 2015, 2012, and 2009 Pearson Education, Inc. 1 Section 7.1 Introduction to Hypothesis Testing.
Hypothesis Testing for the Mean ( Known)
Section 7.1 Introduction to Hypothesis Testing Larson/Farber 4th ed.
Introduction to Hypothesis Testing
Hypothesis Testing with One Sample Chapter 7. § 7.2 Hypothesis Testing for the Mean (Large Samples)
SECTION 7.2 Hypothesis Testing for the Mean (Large Samples) 1 Larson/Farber 4th ed.
Welcome to MM207 – Statistics Hypothesis Testing with One Sample Chapter – 7.4 Anthony J. Feduccia.
Slide Slide 1 Copyright © 2007 Pearson Education, Inc Publishing as Pearson Addison-Wesley. Overview.
Hypothesis Testing with One Sample Chapter 7. § 7.1 Introduction to Hypothesis Testing.
Chapter 7 Hypothesis Testing with One Sample 1 Larson/Farber 4th ed.
Chapter Seven Hypothesis Testing with ONE Sample.
Hypothesis Testing with One Sample
Introduction to Hypothesis Testing
Chapter 7 Hypothesis Testing with One Sample 1 Larson/Farber 4th ed.
Chapter 7 Hypothesis Testing with One Sample Let’s begin…
Level of Significance Level of significance Your maximum allowable probability of making a type I error. – Denoted by , the lowercase Greek letter alpha.
SWBAT: -Determine whether to use a one or two tailed test and calculate the necessary p-value -Make and interpret a decision based on the results of a.
Chapter 7 Hypothesis Testing with One Sample 1 Larson/Farber 4th ed.
Section 7.1 Introduction to Hypothesis Testing © 2012 Pearson Education, Inc. All rights reserved. 1 of 101.
Chapter Hypothesis Testing with One Sample 1 of © 2012 Pearson Education, Inc. All rights reserved.
Section 7.3 Hypothesis Testing for the Mean (Small Samples) © 2012 Pearson Education, Inc. All rights reserved. 1 of 101.
Rejection Regions and Critical Values Rejection region (or critical region) The range of values for which the null hypothesis is not probable. If a test.
Chapter Hypothesis Testing with One Sample 1 of 35 7  2012 Pearson Education, Inc. All rights reserved.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Statistics for Business and Economics 7 th Edition Chapter 9 Hypothesis Testing: Single.
Section 7.2 Hypothesis Testing for the Mean (Large Samples) © 2012 Pearson Education, Inc. All rights reserved. 1 of 31.
7 Chapter Hypothesis Testing with One Sample
Hypothesis Testing with One Sample
Hypothesis Testing: One-Sample Inference
Chapter 9 Hypothesis Testing.
Hypothesis Testing for Proportions
Chapter 7 Hypothesis Testing with One Sample.
Chapter 7 Hypothesis Testing with One Sample.
Chapter 7 Hypothesis Testing with One Sample.
Review and Preview and Basics of Hypothesis Testing
Testing the Difference Between Means (Large Independent Samples)
Statistics Chapter 7 Review.
Chapter 7 Hypothesis Testing with One Sample.
Hypothesis Testing for Proportions
Chapter 8 Hypothesis Testing with Two Samples.
Sec. 7.1 Introduction to Hypothesis Testing
CONCEPTS OF HYPOTHESIS TESTING
Elementary Statistics: Picturing The World
7 Chapter Hypothesis Testing with One Sample
Chapter 7 Hypothesis Testing with One Sample.
Elementary Statistics: Picturing The World
Chapter 7 Hypothesis Testing with One Sample.
Chapter 9: Hypothesis Testing
Elementary Statistics: Picturing The World
Elementary Statistics: Picturing The World
P-values P-value (or probability value)
Elementary Statistics: Picturing The World
Hypothesis Testing for Proportions
Presentation transcript:

Introduction to Hypothesis Testing © 2012 Pearson Education, Inc. All rights reserved. 1 of 101

Objectives State a null hypothesis and an alternative hypothesis Identify type I and type II errors and interpret the level of significance Determine whether to use a one-tailed or two-tailed statistical test and find a p-value Make and interpret a decision based on the results of a statistical test Write a claim for a hypothesis test © 2012 Pearson Education, Inc. All rights reserved. 2 of 101

Hypothesis Tests Hypothesis test A process that uses sample statistics to test a claim about the value of a population parameter. For example: An automobile manufacturer advertises that its new hybrid car has a mean mileage of 50 miles per gallon. To test this claim, a sample would be taken. If the sample mean differs enough from the advertised mean, you can decide the advertisement is wrong. © 2012 Pearson Education, Inc. All rights reserved. 3 of 101

Hypothesis Tests Statistical hypothesis A statement, or claim, about a population parameter. Need a pair of hypotheses one that represents the claim the other, its complement When one of these hypotheses is false, the other must be true. © 2012 Pearson Education, Inc. All rights reserved. 4 of 101

complementary statements Stating a Hypothesis Null hypothesis A statistical hypothesis that contains a statement of equality such as ≤, =, or ≥. Denoted H0 read “H sub-zero” or “H naught.” Alternative hypothesis A statement of strict inequality such as >, ≠, or <. Must be true if H0 is false. Denoted Ha read “H sub-a.” complementary statements © 2012 Pearson Education, Inc. All rights reserved. 5 of 101

Stating a Hypothesis To write the null and alternative hypotheses, translate the claim made about the population parameter from a verbal statement to a mathematical statement. Then write its complement. H0: μ ≤ k Ha: μ > k H0: μ ≥ k Ha: μ < k H0: μ = k Ha: μ ≠ k Regardless of which pair of hypotheses you use, you always assume μ = k and examine the sampling distribution on the basis of this assumption. © 2012 Pearson Education, Inc. All rights reserved. 6 of 101

Example: Stating the Null and Alternative Hypotheses Write the claim as a mathematical sentence. State the null and alternative hypotheses and identify which represents the claim. A school publicizes that the proportion of its students who are involved in at least one extracurricular activity is 61%. Solution: H0: Ha: p = 0.61 Equality condition (Claim) p ≠ 0.61 Complement of H0 © 2012 Pearson Education, Inc. All rights reserved. 7 of 101

Example: Stating the Null and Alternative Hypotheses Write the claim as a mathematical sentence. State the null and alternative hypotheses and identify which represents the claim. A car dealership announces that the mean time for an oil change is less than 15 minutes. Solution: H0: Ha: μ ≥ 15 minutes Complement of Ha μ < 15 minutes Inequality condition (Claim) © 2012 Pearson Education, Inc. All rights reserved. 8 of 101

Example: Stating the Null and Alternative Hypotheses Write the claim as a mathematical sentence. State the null and alternative hypotheses and identify which represents the claim. A company advertises that the mean life of its furnaces is more than 18 years Solution: H0: Ha: μ ≤ 18 years Complement of Ha μ > 18 years Inequality condition (Claim) © 2012 Pearson Education, Inc. All rights reserved. 9 of 101

Types of Errors No matter which hypothesis represents the claim, always begin the hypothesis test assuming that the equality condition in the null hypothesis is true. At the end of the test, one of two decisions will be made: reject the null hypothesis fail to reject the null hypothesis Because your decision is based on a sample, there is the possibility of making the wrong decision. © 2012 Pearson Education, Inc. All rights reserved. 10 of 101

Types of Errors Actual Truth of H0 Decision H0 is true H0 is false Do not reject H0 Correct Decision Type II Error Reject H0 Type I Error A type I error occurs if the null hypothesis is rejected when it is true. A type II error occurs if the null hypothesis is not rejected when it is false. © 2012 Pearson Education, Inc. All rights reserved. 11 of 101

Example: Identifying Type I and Type II Errors The USDA limit for salmonella contamination for chicken is 20%. A meat inspector reports that the chicken produced by a company exceeds the USDA limit. You perform a hypothesis test to determine whether the meat inspector’s claim is true. When will a type I or type II error occur? Which is more serious? (Source: United States Department of Agriculture) © 2012 Pearson Education, Inc. All rights reserved. 12 of 101

Solution: Identifying Type I and Type II Errors Let p represent the proportion of chicken that is contaminated. H0: Ha: Hypotheses: p ≤ 0.2 p > 0.2 (Claim) 0.16 0.18 0.20 0.22 0.24 p H0: p ≤ 0.20 H0: p > 0.20 Chicken meets USDA limits. Chicken exceeds USDA limits. © 2012 Pearson Education, Inc. All rights reserved. 13 of 101

Solution: Identifying Type I and Type II Errors Hypotheses: H0: Ha: p ≤ 0.2 p > 0.2 (Claim) A type I error is rejecting H0 when it is true. The actual proportion of contaminated chicken is less than or equal to 0.2, but you decide to reject H0. A type II error is failing to reject H0 when it is false. The actual proportion of contaminated chicken is greater than 0.2, but you do not reject H0. © 2012 Pearson Education, Inc. All rights reserved. 14 of 101

Solution: Identifying Type I and Type II Errors Hypotheses: H0: Ha: p ≤ 0.2 p > 0.2 (Claim) With a type I error, you might create a health scare and hurt the sales of chicken producers who were actually meeting the USDA limits. With a type II error, you could be allowing chicken that exceeded the USDA contamination limit to be sold to consumers. A type II error could result in sickness or even death. © 2012 Pearson Education, Inc. All rights reserved. 15 of 101

Level of Significance Level of significance Your maximum allowable probability of making a type I error. Denoted by α, the lowercase Greek letter alpha. By setting the level of significance at a small value, you are saying that you want the probability of rejecting a true null hypothesis to be small. Commonly used levels of significance: α = 0.10 α = 0.05 α = 0.01 P(type II error) = β (beta) © 2012 Pearson Education, Inc. All rights reserved. 16 of 101

Standardized test statistic Statistical Tests After stating the null and alternative hypotheses and specifying the level of significance, a random sample is taken from the population and sample statistics are calculated. The statistic that is compared with the parameter in the null hypothesis is called the test statistic. σ2 χ2 (Section 7.5) s2 z (Section 7.4) p t (Section 7.3 n < 30) z (Section 7.2 n ≥ 30) μ Standardized test statistic Test statistic Population parameter © 2012 Pearson Education, Inc. All rights reserved. 17 of 101

P-values P-value (or probability value) The probability, if the null hypothesis is true, of obtaining a sample statistic with a value as extreme or more extreme than the one determined from the sample data. Depends on the nature of the test. © 2012 Pearson Education, Inc. All rights reserved. 18 of 101

Nature of the Test Three types of hypothesis tests left-tailed test right-tailed test two-tailed test The type of test depends on the region of the sampling distribution that favors a rejection of H0. This region is indicated by the alternative hypothesis. © 2012 Pearson Education, Inc. All rights reserved. 19 of 101

Left-tailed Test The alternative hypothesis Ha contains the less-than inequality symbol (<). H0: μ ≥ k Ha: μ < k P is the area to the left of the standardized test statistic. z 1 2 3 –3 –2 –1 Test statistic © 2012 Pearson Education, Inc. All rights reserved. 20 of 101

Right-tailed Test The alternative hypothesis Ha contains the greater-than inequality symbol (>). H0: μ ≤ k Ha: μ > k P is the area to the right of the standardized test statistic. z 1 2 3 –3 –2 –1 Test statistic © 2012 Pearson Education, Inc. All rights reserved. 21 of 101

Two-tailed Test The alternative hypothesis Ha contains the not-equal-to symbol (≠). Each tail has an area of ½P. H0: μ = k Ha: μ ≠ k P is twice the area to the right of the positive standardized test statistic. P is twice the area to the left of the negative standardized test statistic. z 1 2 3 –3 –2 –1 Test statistic Test statistic © 2012 Pearson Education, Inc. All rights reserved. 22 of 101

Example: Identifying The Nature of a Test For each claim, state H0 and Ha. Then determine whether the hypothesis test is a left-tailed, right-tailed, or two-tailed test. Sketch a normal sampling distribution and shade the area for the P-value. A school publicizes that the proportion of its students who are involved in at least one extracurricular activity is 61%. Solution: H0: Ha: p = 0.61 p ≠ 0.61 Two-tailed test © 2012 Pearson Education, Inc. All rights reserved. 23 of 101

Example: Identifying The Nature of a Test For each claim, state H0 and Ha. Then determine whether the hypothesis test is a left-tailed, right-tailed, or two-tailed test. Sketch a normal sampling distribution and shade the area for the P-value. A car dealership announces that the mean time for an oil change is less than 15 minutes. Solution: z -z P-value area H0: Ha: μ ≥ 15 min μ < 15 min Left-tailed test © 2012 Pearson Education, Inc. All rights reserved. 24 of 101

Example: Identifying The Nature of a Test For each claim, state H0 and Ha. Then determine whether the hypothesis test is a left-tailed, right-tailed, or two-tailed test. Sketch a normal sampling distribution and shade the area for the P-value. A company advertises that the mean life of its furnaces is more than 18 years. Solution: z P-value area H0: Ha: μ ≤ 18 yr μ > 18 yr Right-tailed test © 2012 Pearson Education, Inc. All rights reserved. 25 of 101

Making a Decision Decision Rule Based on P-value Compare the P-value with α. If P ≤ α , then reject H0. If P > α, then fail to reject H0. Claim Decision Claim is H0 Claim is Ha Reject H0 Fail to reject H0 There is enough evidence to reject the claim There is enough evidence to support the claim There is not enough evidence to reject the claim There is not enough evidence to support the claim © 2012 Pearson Education, Inc. All rights reserved. 26 of 101

Example: Interpreting a Decision You perform a hypothesis test for the following claim. How should you interpret your decision if you reject H0? If you fail to reject H0? H0 (Claim): A school publicizes that the proportion of its students who are involved in at least one extracurricular activity is 61%. Solution: The claim is represented by H0. © 2012 Pearson Education, Inc. All rights reserved. 27 of 101

Solution: Interpreting a Decision If you reject H0, then you should conclude “there is enough evidence to reject the school’s claim that the proportion of students who are involved in at least one extracurricular activity is 61%.” If you fail to reject H0, then you should conclude “there is not enough evidence to reject the school’s claim that proportion of students who are involved in at least one extracurricular activity is 61%.” © 2012 Pearson Education, Inc. All rights reserved. 28 of 101

Example: Interpreting a Decision You perform a hypothesis test for the following claim. How should you interpret your decision if you reject H0? If you fail to reject H0? Ha (Claim): A car dealership announces that the mean time for an oil change is less than 15 minutes. Solution: The claim is represented by Ha. H0 is “the mean time for an oil change is greater than or equal to 15 minutes.” © 2012 Pearson Education, Inc. All rights reserved. 29 of 101

Solution: Interpreting a Decision If you reject H0, then you should conclude “there is enough evidence to support the dealership’s claim that the mean time for an oil change is less than 15 minutes.” If you fail to reject H0, then you should conclude “there is not enough evidence to support the dealership’s claim that the mean time for an oil change is less than 15 minutes.” © 2012 Pearson Education, Inc. All rights reserved. 30 of 101

Steps for Hypothesis Testing State the claim mathematically and verbally. Identify the null and alternative hypotheses. H0: ? Ha: ? Specify the level of significance. α = ? Determine the standardized sampling distribution and sketch its graph. Calculate the test statistic and its corresponding standardized test statistic. Add it to your sketch. This sampling distribution is based on the assumption that H0 is true. z z Standardized test statistic © 2012 Pearson Education, Inc. All rights reserved. 31 of 101

Steps for Hypothesis Testing Find the P-value. Use the following decision rule. Write a statement to interpret the decision in the context of the original claim. Is the P-value less than or equal to the level of significance? No Fail to reject H0. Yes Reject H0. © 2012 Pearson Education, Inc. All rights reserved. 32 of 101

Summary Stated a null hypothesis and an alternative hypothesis Identified type I and type II errors and interpreted the level of significance Determined whether to use a one-tailed or two-tailed statistical test and found a p-value Made and interpreted a decision based on the results of a statistical test Wrote a claim for a hypothesis test © 2012 Pearson Education, Inc. All rights reserved. 33 of 101