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