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