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