Math Problem Statement

Consider the data.

xi

3

12

6

20

14

yi

65

40

45

15

25

The estimated regression equation for these data is 

ŷ = 68.25 − 2.75x.

(a)

Compute SSE, SST, and SSR using equations 

SSE = Σ(yi − ŷi)2,   SST = Σ(yi − y)2,

 and 

SSR = Σ(ŷi − y)2.

SSE= SST= SSR= 

(b)

Compute the coefficient of determination 

r2.

 (Round your answer to three decimal places.)

r2

 =  

Comment on the goodness of fit. (For purposes of this exercise, consider a proportion large if it is at least 0.55.)

The least squares line provided a good fit as a large proportion of the variability in y has been explained by the least squares line.The least squares line provided a good fit as a small proportion of the variability in y has been explained by the least squares line.    The least squares line did not provide a good fit as a large proportion of the variability in y has been explained by the least squares line.The least squares line did not provide a good fit as a small proportion of the variability in y has been explained by the least squares line.

(c)

Compute the sample correlation coefficient. (Round your answer to three decimal places.)  

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Linear Regression
Statistics
Correlation

Formulas

SSE = Σ(yi − ŷi)^2
SST = Σ(yi − ȳ)^2
SSR = Σ(ŷi − ȳ)^2
r^2 = SSR / SST
r = √r^2

Theorems

Least Squares Method

Suitable Grade Level

Grades 10-12