Chapter 12 Tests of Hypotheses Means

38
Chapter 12 Tests of Hypotheses Means 12.1 Tests of Hypotheses 12.2 Significance of Tests 12.3 Tests concerning Means 12.4 Tests concerning Means(unknown variance) 12.5 Differences between Means 12.6 Differences between Means(unknown variances) 12.7 Paired Data

description

Chapter 12 Tests of Hypotheses Means. 12.1 Tests of Hypotheses 12.2 Significance of Tests 12.3 Tests concerning Means 12.4 Tests concerning Means(unknown variance) 12.5 Differences between Means 12.6 Differences between Means(unknown variances) 12.7 Paired Data. 12.1 Tests of Hypotheses. - PowerPoint PPT Presentation

Transcript of Chapter 12 Tests of Hypotheses Means

Page 1: Chapter 12 Tests of Hypotheses Means

Chapter 12 Tests of Hypotheses Means 12.1 Tests of Hypotheses 12.2 Significance of Tests 12.3 Tests concerning Means 12.4 Tests concerning Means(unknown

variance) 12.5 Differences between Means 12.6 Differences between

Means(unknown variances) 12.7 Paired Data

Page 2: Chapter 12 Tests of Hypotheses Means

12.1 Tests of Hypotheses In a law case, there are 2 possibilities for

the truth—innocent or guilty Evidence is gathered to decide whether to

convict the defendant. The defendant is considered innocent unless “proven” to be guilty “beyond a reasonable doubt.” Just because a defendant is not found to be guilty doesn’t prove the defendant is innocent. If there is not much evidence one way or the other the defendant is not found to be guilty.

Page 3: Chapter 12 Tests of Hypotheses Means

For Statistical Hypothesis Testing H0=Null hypothesis (innocent) Held on to unless there is sufficient

evidence to the contrary HA=Alternative hypothesis (guilty) We reject H0 in favor of HA if there

is enough evidence favoring HA

Page 4: Chapter 12 Tests of Hypotheses Means

12.1 Tests of Hypotheses Distribution(s) or population(s): Parameter(s) such as mean and variance Assertion or conjecture about the

population(s) – statistical hypotheses

1. About parameter(s): means or variances 2. About the type of populations: normal , binomial, or …

Page 5: Chapter 12 Tests of Hypotheses Means

Example 12.1 Is a coin balanced? This is the same as to ask if p=0.5

Is the average lifetime of a light bulb equal to 1000 hours?

The assertion is μ=1000

Page 6: Chapter 12 Tests of Hypotheses Means

Null Hypotheses and Alternatives We call the above two assertions Null HypothesesNotation: H0: p=0.5 and H0:μ=1000If we reject the above null hypotheses, the appropriate conclusions we arrive are called alternative hypotheses HA: p0.5 HA: μ1000

Page 7: Chapter 12 Tests of Hypotheses Means

Null Hypothesis vs Alternative H0: p=0.5 vs HA: p0.5

H0:μ=1000 vs HA: μ1000

It is possible for you to specify other alternatives

HA: p>0.5 or HA: p<0.5 HA: μ>1000 or HA: μ<1000

Page 8: Chapter 12 Tests of Hypotheses Means

12.2 Significance of Tests

A company claims its light bulbs last on average 1000 hours. We are going to test that claim.

We might take the null and alternative hypotheses to be

H0:μ=1000 vs HA: μ1000or may be

H0:μ=1000 vs HA: μ<1000

Page 9: Chapter 12 Tests of Hypotheses Means

Mistakes or errors: Law case—convict an innocent

defendant; or fail to convict a guilty defendant.

The law system is set up so that the chance of convicting an innocent person is small. Innocent until “proven guilty” beyond a reasonable doubt.

Page 10: Chapter 12 Tests of Hypotheses Means

Two Types of Errors in statistical testing

Type I error -- reject H0 when it is true (convict innocent person)

Type II error -- accept H0 when it is not true (find guilty person innocent)

Page 11: Chapter 12 Tests of Hypotheses Means

Statistical hypotheses are set up to Control type I error =P(type I error) =P(reject H0 when H0 true)(a small number)

Minimize type II error =P(type II error) =P(accept H0 when H0 false)

Page 12: Chapter 12 Tests of Hypotheses Means

Control Types of Errors In practice, is set at some small

values, usually 0.05 If you want to control at some small

values, you need to figure out how large a sample size (n) is required to have a small also.

1- is called the power of the test 1- =Power=P(reject H0 when H0

false)

Page 13: Chapter 12 Tests of Hypotheses Means

Example 12.2 X=breaking strength of a fish line, normal

distributed withσ=0.10. Claim: mean is =10 H0: =10 vs HA: 10A random sample of size n=10 is taken, and sample mean is calculated Accept H0 if Type I error? Type II error when =10.10?

05.1095.9 x

Page 14: Chapter 12 Tests of Hypotheses Means

Solution

Type I error=P(reject H0 when =10)

1142.0)4429(.21

)58.158.1(1

)10/10.01005.10

10/10.01095.9(1

)05.1095.9(1)05.10()95.9(

ZP

ZP

xPxPxP

Page 15: Chapter 12 Tests of Hypotheses Means

Solution Type II error=P(accept H0 when H0 false)

Power=1-0.0571=0.94290571.04429.05.0

)58.174.4(

)10/10.0

10.1005.1010/10.010.1095.9(

)10/10.0

05.1010/10.0

95.9(

)05.1095.9(

ZP

ZP

ZP

xP

Page 16: Chapter 12 Tests of Hypotheses Means

12.3 & 12.4 Tests concerning Means

A company claims its light bulbs last an average 1,000 hours

5 steps to set up a statistical hypothesis test

Page 17: Chapter 12 Tests of Hypotheses Means

5 steps: step 11. Set up H0 and HA H0: =1,000 vs HA: <1,000 This is a one-sided alternative.

Other possibilities includeH0: =1,000 vs HA: 1,000 (Two sided alternative)Note: we could write H0: ≥1,000, but in this book

H0 is always written with an equal (=) sign.

Page 18: Chapter 12 Tests of Hypotheses Means

5 steps: step 2 and 32. Specify =P(type I error): level of

significance. =0.05 usually. This corresponds

to 95% confidence. 3. Decide on sample size, n, and

specify when to reject H0 based on some statistic so that

=P(Reject H0 when H0 is true)

Page 19: Chapter 12 Tests of Hypotheses Means

Step 3 continued Suppose we use n=10 bulbs. Find the

sample mean , and compare to 1000. We need to set a probability to =0.05, so we want a statistic we can compare to a table of probabilities.

If we know , then set

z has a standard normal distribution if =1,000 and then we can use the normal table.

x

nxz

/1000

Page 20: Chapter 12 Tests of Hypotheses Means

Step 3 continued Reject H0: =1,000 in favor of HA:

<1,000 if the sample mean is too far below 1000. This will give us a negative value of z. How far below 0 does z have to be for us to reject H0?

The rejection region is set up so that the probability of rejecting H0 is only a=5% if H0 is true.

So we reject H0 if 645.1

10/1000

050

.Zx

Page 21: Chapter 12 Tests of Hypotheses Means

Step 3 continued: if is unknown If is unknown, the usual situation,

and the population is normal, we use a t distribution. Calculate sample deviation s:

Rejection region:ns

xt/1000

833.110/

100005.0

tsxt

Page 22: Chapter 12 Tests of Hypotheses Means

5 steps: step 44. Collect the data and compute the

statistics: z or t Suppose , s=30, n=10 then970x

16.310/30

1000970

t

Page 23: Chapter 12 Tests of Hypotheses Means

5 steps: step 55. Decide whether to reject H0

t=-3.16<-1.833is in the rejection region

Reject H0: =1,000 in favor of HA: <1,000 at =0.05 level.

Page 24: Chapter 12 Tests of Hypotheses Means

5 steps summary 1. hypothesis statement 2. Specify level of significance 3. determine the rejection region 4. compute the test statistic from

data 5. conclusion

Page 25: Chapter 12 Tests of Hypotheses Means

Relationship Between Hypotheses Testing and Confidence Intervals For two tailed test: To accept null hypothesis at level

H0: =0

is equivalent to showing 0 is in the (1-)

Confidence Interval for .

Page 26: Chapter 12 Tests of Hypotheses Means

Example 12.3 Normal population. unknown H0: =750 vs HA: 750 Define

Reject H0 if the sample mean is too far from 750 in either direction

Rejection region:

nsxt

/750

2/|| tt

Page 27: Chapter 12 Tests of Hypotheses Means

Example Let’s take =0.05,

n=20 (df=19) Data turned out to be

Get t: t0.025=2.093 |t|<2.093 Conclusion: accept H0

50,730 sx788.1

20/50750730

t

)44.753,6.706(44.23730)2.11(093.2730 C.I.

Page 28: Chapter 12 Tests of Hypotheses Means

Example 12.3 (continued) =50 is known, =0.05, n=20 H0: =750 vs HA: 750 Reject region |z|>z0.025=1.96 Calculate z

|z|<1.96. Accept H0 Question: if =0.10, what is the conclusion?

788.120/50750730

z

Page 29: Chapter 12 Tests of Hypotheses Means

More cases

H0: =1000 vs HA: >1000

Define t or z statistics ( unknown or known)

Rejection regions: t>t or z>z

Page 30: Chapter 12 Tests of Hypotheses Means

Rejection Regions:

Alternative Hypotheses

> 0 < 0 0

Rejection Regions

z>z

-----------------

t>t

z<-z

---------------

t<-t

z>z/2 orz<-z/2

------------------

t>t/2 ort<-t/2

Page 31: Chapter 12 Tests of Hypotheses Means

P-value In practice more commonly one performs

the test by computing a p-value.

The book describes revised steps 3, 4, 5 as 3.’ We specify the test statistic.4.’ Using the data we compute the test statistic and find its p-value.5.’ If p-value<, reject H0.

Page 32: Chapter 12 Tests of Hypotheses Means

P-value The book’s definition of p-value: A p-value

is the lowest level of at which we could reject H0.

A more usual way to think about p-values: If H0 is true, what is the probability of observing data with this much or more evidence against H0.

Page 33: Chapter 12 Tests of Hypotheses Means

Example H0: =120 vs HA: <120=0.05

From the data z=-1.78 Evidence against H0 is sample mean less than 120,

meaning z<0.

P-value<0.05Reject H0: =120 in favor of HA: <120 The reject/accept H0 decision is the same as comparing z

to -1.645, but the p-value gives more information—How inconsistent are the data with H0?

n

xz

120

valuepzP 0375.0)78.1(

Page 34: Chapter 12 Tests of Hypotheses Means

If z is less than -1.645, then the p-value is less than 0.05. Comparing the p-value to 0.05 is the same as comparing the z value to -1.645.

For t tests we can find the exact p-value without a calculator or software.

Page 35: Chapter 12 Tests of Hypotheses Means

P-value for 2-sided test H0: =120 vs HA: ≠120 =0.1 From the data z=1.32 Evidence against H0 is z values away

from 0 in either direction P-value=2*0.0934=0.1868 P-value>, Do not reject H0.

2-sided p-value=2*(1-sided p-value)

Page 36: Chapter 12 Tests of Hypotheses Means

Exercise Given that n=25, =100, and

sample mean is 1050,

1. Test the hypotheses H0: =1000 vs HA: <1000 at level =0.05.

2. Test the hypotheses H0: =1000 vs HA: ≠1000 at level =0.05.

Page 37: Chapter 12 Tests of Hypotheses Means

Solution 1.

2. .Hreject not Do .

9938.0)5.2(

5.22050

251001000

0

valuepzPvaluep

xz

.HReject .0124.00062.0*2)5.2()5.2(

5.22050

251001000

0

valuepzPzPvaluep

xz

More evidence against H0 is smaller

values of z

Evidence against H0 is z values away from 0 in

either direction

Page 38: Chapter 12 Tests of Hypotheses Means

A word of caution NOTE: Accepting H0 does not

prove H0 is true. There are many other possible values in the confidence interval.

OPINION: In most situations it would be more useful to report confidence intervals rather than results of hypothesis tests.