DOC PREVIEW
UT Dallas CS 6313 - ch11-2

This preview shows page 1-2-3-4-5-6 out of 17 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 17 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 17 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 17 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 17 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 17 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 17 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 17 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Copyright © 2014 John Wiley & Sons, Inc. All rights reserved.Copyright © 2014 John Wiley & Sons, Inc. All rights reserved.Chapter 11Simple Linear Regression and CorrelationApplied Statistics and Probability for EngineersSixth EditionDouglas C. Montgomery George C. RungerCopyright © 2014 John Wiley & Sons, Inc. All rights reserved.11-4: Hypothesis Tests in Simple Linear Regression11-4.1 Use of t-TestsSuppose we wish to testH0: b1= b1,0H1: b1 b1,0An appropriate test statistic would be2xxST/ˆˆ20,10bbSec 11-4 Hypothesis Tests in Simple Linear Regression(11-6)Copyright © 2014 John Wiley & Sons, Inc. All rights reserved.11-4: Hypothesis Tests in Simple Linear Regression 11-4.1 Use of t-TestsWe would reject the null hypothesis if|t0| > ta/2,n - 2The test statistic could also be written as:3)ˆ(ˆˆ10,110bbbseTSec 11-4 Hypothesis Tests in Simple Linear RegressionCopyright © 2014 John Wiley & Sons, Inc. All rights reserved.11-4: Hypothesis Tests in Simple Linear Regression 11-4.1 Use of t-TestsSuppose we wish to testH0: b0= b0,0H1: b0 b0,0An appropriate test statistic would be4)ˆ(ˆ1ˆˆ00,00220,000bbbbbseSxnTxxSec 11-4 Hypothesis Tests in Simple Linear Regression(11-7)Copyright © 2014 John Wiley & Sons, Inc. All rights reserved.11-4: Hypothesis Tests in Simple Linear Regression 11-4.1 Use of t-TestsWe would reject the null hypothesis if|t0| > ta/2,n - 25Sec 11-4 Hypothesis Tests in Simple Linear RegressionCopyright © 2014 John Wiley & Sons, Inc. All rights reserved.11-4: Hypothesis Tests in Simple Linear Regression 11-4.1 Use of t-TestsAn important special case of the hypotheses of Equation 11-18 isH0: b1= 0H1: b1 0These hypotheses relate to the significance of regression.Failure to reject H0is equivalent to concluding that there is no linear relationship between x and Y.6Sec 11-4 Hypothesis Tests in Simple Linear RegressionCopyright © 2014 John Wiley & Sons, Inc. All rights reserved.11-4: Hypothesis Tests in Simple Linear Regression 7EXAMPLE 11-2 Oxygen Purity Tests of Coefficients We will test for significance of regression using the model for the oxygen purity data from Example 11-1. The hypotheses areH0: b1= 0H1: b1 0and we will use a = 0.01. From Example 11-1 and Table 11-2 we haveso the t-statistic in Equation 11-6 becomesPractical Interpretation: Since the reference value of t is t0.005,18= 2.88, the value of the test statistic is very far into the critical region, implying that H0: b1= 0 should be rejected. There is strong evidence to support this claim. The P-value for this test is . This was obtained manually with a calculator.Table 11-2 presents the Minitab output for this problem. Notice that the t-statistic value for the slope is computed as 11.35 and that the reported P-value is P = 0.000. Minitab also reports the t-statistic for testing the hypothesis H0: b0= 0. This statistic is computed from Equation 11-7, with b0,0= 0, as t0= 46.62. Clearly, then, the hypothesis that the intercept is zero is rejected.18.1ˆ,68088.0,20947.14ˆ21bxxSn35.11/0.6808818.1947.14)ˆ(ˆ/ˆˆ1210bbbseStxx9~1023.1PSec 11-4 Hypothesis Tests in Simple Linear RegressionCopyright © 2014 John Wiley & Sons, Inc. All rights reserved.11-4: Hypothesis Tests in Simple Linear Regression 11-4.2 Analysis of Variance Approach to Test Significance of RegressionThe analysis of variance identity is(11-8)Symbolically,SST= SSR+ SSE (11-9)8     niiiniiniiyyyyyy121212ˆˆSec 11-4 Hypothesis Tests in Simple Linear RegressionCopyright © 2014 John Wiley & Sons, Inc. All rights reserved.11-4: Hypothesis Tests in Simple Linear Regression 11-4.2 Analysis of Variance Approach to Test Significance of RegressionIf the null hypothesis, H0: b1= 0 is true, the statistic(11-10)follows the F1,n-2distribution and we would reject if f0> fa,1,n-2.9 ERERMSMSnSSSSF 2//10Sec 11-4 Hypothesis Tests in Simple Linear RegressionCopyright © 2014 John Wiley & Sons, Inc. All rights reserved.11-4: Hypothesis Tests in Simple Linear Regression 11-4.2 Analysis of Variance Approach to Test Significance of RegressionThe quantities, MSRand MSEare called mean squares.Analysis of variance table:Note that MSE= 10Source of VariationSum of SquaresDegrees of FreedomMean SquareF0Regression1 MSRMSR/MSEErrorn - 2 MSETotalSSTn - 1xyRSSS1ˆbxyTESSSSS1ˆb2ˆSec 11-4 Hypothesis Tests in Simple Linear RegressionCopyright © 2014 John Wiley & Sons, Inc. All rights reserved.11-4: Hypothesis Tests in Simple Linear Regression 11EXAMPLE 11-3 Oxygen Purity ANOVA We will use the analysis of variance approach to test for significance of regression using the oxygen purity data model from Example 11-1. Recall that , Sxy= 10.17744, and n = 20. The regression sum of squares isand the error sum of squares isSSE= SST- SSR= 173.38 - 152.13 = 21.25The analysis of variance for testing H0: b1= 0 is summarized in the Minitab output in Table 11-2. The test statistic is f0= MSR/MSE= 152.13/1.18 = 128.86, for which we find that the P-value is , so we conclude that b1is not zero.There are frequently minor differences in terminology among computer packages. For example, sometimes the regression sum of squares is called the “model” sum of squares, and the error sum of squares is called the “residual” sum of squares.947.14ˆ,38.1731bTSS13.15217744.10)947.14(ˆ1bxyRSSS9~1023.1PSec 11-4 Hypothesis Tests in Simple Linear RegressionCopyright © 2014 John Wiley & Sons, Inc. All rights reserved.11-5: Confidence Intervals 11-5.1 Confidence Intervals on the Slope and InterceptDefinition12Under the assumption that the observation are normally and independently distributed, a 100(1 - a)% confidence interval on the slope b1in simple linear regression is(11-11)Similarly, a 100(1 - a)% confidence interval on the intercept b0is(11-12)xxnxxnStSt22/2,1122/2,1ˆˆˆˆbbbaabbbaaxxnxxnSxntSxnt222/2,00222/2,01ˆˆ1ˆˆSec 11-5 Confidence IntervalsCopyright © 2014 John Wiley & Sons, Inc. All rights reserved.11-5: Confidence Intervals 13EXAMPLE 11-4 Oxygen Purity Confidence Interval on the Slope We will find a 95% confidence interval on the slope of the regression line using the data in Example 11-1. Recall that


View Full Document

UT Dallas CS 6313 - ch11-2

Documents in this Course
ch09-01

ch09-01

24 pages

ch08-2

ch08-2

19 pages

ch08-1

ch08-1

17 pages

ch07-3

ch07-3

19 pages

ch07-2

ch07-2

11 pages

ch04

ch04

51 pages

ch02

ch02

50 pages

ch01

ch01

28 pages

ch11-3

ch11-3

26 pages

ch11-1

ch11-1

13 pages

ch10-02

ch10-02

29 pages

ch10-01

ch10-01

28 pages

ch09-04

ch09-04

22 pages

ch09-03

ch09-03

17 pages

ch09-02

ch09-02

22 pages

ch11-3

ch11-3

26 pages

ch11-2

ch11-2

17 pages

ch11-1

ch11-1

13 pages

ch10-02

ch10-02

29 pages

ch10-01

ch10-01

28 pages

ch09-04

ch09-04

22 pages

ch09-03

ch09-03

17 pages

ch09-02

ch09-02

22 pages

ch09-01

ch09-01

24 pages

ch08-2

ch08-2

19 pages

ch08-1

ch08-1

17 pages

ch07-3

ch07-3

19 pages

ch07-2

ch07-2

11 pages

ch04

ch04

51 pages

ch02

ch02

50 pages

ch01

ch01

28 pages

PS-10

PS-10

18 pages

PS-9

PS-9

14 pages

PS-7

PS-7

11 pages

PS-6

PS-6

12 pages

PS-5

PS-5

8 pages

PS-4

PS-4

8 pages

probs 2-3

probs 2-3

17 pages

ch09-02

ch09-02

22 pages

ch09-01

ch09-01

24 pages

ch08-2

ch08-2

19 pages

ch08-1

ch08-1

17 pages

ch07-3

ch07-3

19 pages

ch07-2

ch07-2

11 pages

ch04

ch04

51 pages

ch02

ch02

50 pages

ch01

ch01

28 pages

PS-10

PS-10

18 pages

PS-4

PS-4

8 pages

probs 2-3

probs 2-3

17 pages

ch11-3

ch11-3

26 pages

ch11-2

ch11-2

17 pages

ch11-1

ch11-1

13 pages

ch10-02

ch10-02

29 pages

ch10-01

ch10-01

28 pages

ch09-04

ch09-04

22 pages

ch09-03

ch09-03

17 pages

SCAN0004

SCAN0004

12 pages

SCAN0001

SCAN0001

12 pages

Prob9

Prob9

12 pages

prob10

prob10

3 pages

Load more
Download ch11-2
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view ch11-2 and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view ch11-2 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?