9. Simple Linear Regression: Simple Linear Regression
Assessing the Quality of a Regression Model
Consider the regression equation #\hat{Y}=13.55-1.6X# and the following data points:
- #(1, 16)#
- #(2, 7)#
- #(5, 11)#
- #(4, 1)#
| #X_i# | #Y_i# | #\hat{Y}_i# | #e_i# |
| #1# | #16# | ||
| #2# | #7# | ||
| #5# | #11# | ||
| #4# | #1# |
Unlock full access