9. Simple Linear Regression: Simple Linear Regression
Assessing the Quality of a Regression Model
Consider the regression equation #\hat{Y}=10.339+0.576X# and the following data points:
- #(6, 10)#
- #(1, 10)#
- #(5, 18)#
- #(3, 12)#
| #X_i# | #Y_i# | #\hat{Y}_i# | #e_i# |
| #6# | #10# | ||
| #1# | #10# | ||
| #5# | #18# | ||
| #3# | #12# |
Unlock full access