Chapter 7

35
Hypothesis Testing with One Sample 1 Chapter 7

description

Chapter 7. Hypothesis Testing with One Sample. Chapter Outline. 7.1 Introduction to Hypothesis Testing 7.2 Hypothesis Testing for the Mean (Large Samples) 7.3 Hypothesis Testing for the Mean (Small Samples) 7.4 Hypothesis Testing for Proportions - PowerPoint PPT Presentation

Transcript of Chapter 7

Page 1: Chapter 7

Hypothesis Testing with One Sample

1

Chapter 7

Page 2: Chapter 7

Chapter Outline

2

7.1 Introduction to Hypothesis Testing7.2 Hypothesis Testing for the Mean (Large

Samples)7.3 Hypothesis Testing for the Mean (Small

Samples)7.4 Hypothesis Testing for Proportions7.5 Hypothesis Testing for Variance and

Standard Deviation

Page 3: Chapter 7

Introduction to Hypothesis Testing

3

Section 7.1

Page 4: Chapter 7

Section 7.1 Objectives

4

State a null hypothesis and an alternative hypothesis

Identify type I and type I 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

Page 5: Chapter 7

Hypothesis Tests

5

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.

Page 6: Chapter 7

Hypothesis Tests

6

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.

Page 7: Chapter 7

Stating a Hypothesis

7

Null hypothesis A statistical

hypothesis that contains a statement of equality such as , =, or .

Denoted H0 read “H subzero” or “H naught.”

Alternative hypothesis

A statement of inequality such as >, , or <.

Must be true if H0 is false.

Denoted Ha read “H sub-a.”

complementary statements

Page 8: Chapter 7

Stating a Hypothesis

8

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: μ ≤ kHa: μ > k

H0: μ ≥ kHa: μ < k

H0: μ = kHa: μ ≠ k

• Regardless of which pair of hypotheses you use, you always assume μ = k and examine the sampling distribution on the basis of this assumption.

Page 9: Chapter 7

Example: Stating the Null and Alternative Hypotheses

9

Write the claim as a mathematical sentence. State the null and alternative hypotheses and identify which represents the claim.1.A university publicizes that the proportion of its students who graduate in 4 years is 82%.

Equality condition

Complement of H0

H0:

Ha:

(Claim)

p = 0.82

p ≠ 0.82

Solution:

Page 10: Chapter 7

μ ≥ 2.5 gallons per minute

Example: Stating the Null and Alternative Hypotheses

10

Write the claim as a mathematical sentence. State the null and alternative hypotheses and identify which represents the claim.2.A water faucet manufacturer announces that the mean flow rate of a certain type of faucet is less than 2.5 gallons per minute.

Inequality condition

Complement of HaH0:

Ha:(Claim)

μ < 2.5 gallons per minute

Solution:

Page 11: Chapter 7

μ ≤ 20 ounces

Example: Stating the Null and Alternative Hypotheses

11

Write the claim as a mathematical sentence. State the null and alternative hypotheses and identify which represents the claim.3.A cereal company advertises that the mean weight of the contents of its 20-ounce size cereal boxes is more than 20 ounces.

Inequality condition

Complement of HaH0:

Ha:(Claim)

μ > 20 ounces

Solution:

Page 12: Chapter 7

Types of Errors

12

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 hypothesisfail to reject the null hypothesis

Because your decision is based on a sample, there is the possibility of making the wrong decision.

Page 13: Chapter 7

Types of Errors

13

• 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.

Actual Truth of H0

Decision H0 is true H0 is false

Do not reject H0

Correct Decision Type II Error

Reject H0Type I Error Correct

Decision

Page 14: Chapter 7

Example: Identifying Type I and Type II Errors

14

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)

Page 15: Chapter 7

Solution: Identifying Type I and Type II Errors

15

Let p represent the proportion of chicken that is contaminated.

H0:

Ha:

p ≤ 0.2

p > 0.2

Hypotheses:

(Claim)

0.16 0.18 0.20 0.22 0.24p

H0: p ≤ 0.20 H0: p > 0.20

Chicken meets USDA limits.

Chicken exceeds USDA limits.

Page 16: Chapter 7

Solution: Identifying Type I and Type II Errors

16

A type I error is rejecting H0 when it is true.

The actual proportion of contaminated chicken is lessthan 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.

H0:Ha:

p ≤ 0.2p > 0.2

Hypotheses: (Claim

)

Page 17: Chapter 7

Solution: Identifying Type I and Type II Errors

17

H0:Ha:

p ≤ 0.2p > 0.2

Hypotheses: (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.

Page 18: Chapter 7

Level of Significance

18

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)

Page 19: Chapter 7

Statistical Tests

19

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

x

χ2 (Section 7.5)s2

z (Section 7.4)pt (Section 7.3 n < 30)z (Section 7.2 n 30)μ

Standardized test statistic

Test statisticPopulation parameter

Page 20: Chapter 7

P-values

20

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.

Page 21: Chapter 7

Nature of the Test

21

Three types of hypothesis tests left-tailed testright-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.

Page 22: Chapter 7

Left-tailed Test

22

The alternative hypothesis Ha contains the less-than inequality symbol (<).

z

0 1 2 3-3 -2 -1

Test statistic

H0: μ k

Ha: μ < k

P is the area to the left of the test statistic.

Page 23: Chapter 7

Right-tailed Test

23

The alternative hypothesis Ha contains the greater-than inequality symbol (>).

z

0 1 2 3-3 -2 -1

H0: μ ≤ k

Ha: μ > k

Test statistic

P is the area to the right of the test statistic.

Page 24: Chapter 7

Two-tailed Test

24

The alternative hypothesis Ha contains the not equal inequality symbol (≠). Each tail has an area of ½P.

z

0 1 2 3-3 -2 -1

Test statistic

Test statistic

H0: μ = k

Ha: μ kP is twice the area to the left of the negative test statistic.

P is twice the area to the right of the positive test statistic.

Page 25: Chapter 7

Example: Identifying The Nature of a Test

25

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.1.A university publicizes that the proportion of its students who graduate in 4 years is 82%.

H0:Ha:

p = 0.82p ≠ 0.82

Two-tailed test

z0-z z

½ P-value area

½ P-value area

Solution:

Page 26: Chapter 7

Example: Identifying The Nature of a Test

26

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.2.A water faucet manufacturer announces that the mean flow rate of a certain type of faucet is less than 2.5 gallons per minute.

H0:Ha:

Left-tailed test

z0-z

P-value area

μ ≥ 2.5 gpmμ < 2.5 gpm

Solution:

Page 27: Chapter 7

Example: Identifying The Nature of a Test

27

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.3.A cereal company advertises that the mean weight of the contents of its 20-ounce size cereal boxes is more than 20 ounces.

H0:Ha:

Right-tailed test

z0 z

P-value areaμ ≤ 20 oz

μ > 20 oz

Solution:

Page 28: Chapter 7

Making a Decision

28

Decision Rule Based on P-valueCompare the P-value with .

If P , then reject H0. If P > , then fail to reject H0.

Claim

Decision Claim is H0 Claim is Ha

Fail to reject H0

Reject H0

There is enough evidence to support the claim

There is not enough evidence to support the claim

There is not enough evidence to support the claim

There is enough evidence to support the claim

Page 29: Chapter 7

Example: Interpreting a Decision

29

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?

1.H0 (Claim): A university publicizes that the proportion of its students who graduate in 4 years is 82%.

Page 30: Chapter 7

Solution: Interpreting a Decision

30

The claim is represented by H0.

If you reject H0 you should conclude “there is sufficient evidence to indicate that the university’s claim is false.”

If you fail to reject H0, you should conclude “there is insufficient evidence to indicate that the university’s claim (of a four-year graduation rate of 82%) is false.”

Page 31: Chapter 7

Example: Interpreting a Decision

31

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?

2.Ha (Claim): Consumer Reports states that the mean stopping distance (on a dry surface) for a Honda Civic is less than 136 feet.

Solution:

• The claim is represented by Ha.

• H0 is “the mean stopping distance…is greater than or equal to 136 feet.”

Page 32: Chapter 7

Solution: Interpreting a Decision

32

If you reject H0 you should conclude “there is enough evidence to support Consumer Reports’ claim that the stopping distance for a Honda Civic is less than 136 feet.”

If you fail to reject H0, you should conclude “there is not enough evidence to support Consumer Reports’ claim that the stopping distance for a Honda Civic is less than 136 feet.”

Page 33: Chapter 7

z0

Steps for Hypothesis Testing

33

1. State the claim mathematically and verbally. Identify the null and alternative hypotheses.

H0: ? Ha: ?2. Specify the level of significance.

α = ?3. Determine the standardized

sampling distribution and draw its graph.

4. Calculate the test statisticand its standardized value.Add it to your sketch. z

0Test statistic

This sampling distribution is based on the assumption that H0 is true.

Page 34: Chapter 7

Steps for Hypothesis Testing

34

5. Find the P-value.6. Use the following decision rule.

7. 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?

Fail to reject H0.

Yes

Reject H0.

No

Page 35: Chapter 7

Section 7.1 Summary

35

Stated a null hypothesis and an alternative hypothesis

Identified type I and type I 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