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