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