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