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