9. Simple Linear Regression: Simple Linear Regression
Residuals
Consider the regression equation #\hat{Y}=5+5X# and the following data points:
- #(3, 13)#
- #(5, 36)#
- #(4, 31)#
- #(2, 10)#
| #X_i# | #Y_i# | #\hat{Y}_i# |
| #3# | #13# | |
| #5# | #36# | |
| #4# | #31# | |
| #2# | #10# |
Unlock full access