9. Simple Linear Regression: Simple Linear Regression
Statistical Inference in Regression
Consider the regression equation #\hat{Y}=18.4-1.8X# and the following data points:
- #(5, 11)#
- #(2, 10)#
- #(6, 2)#
- #(4, 20)#
| #X_i# | #Y_i# | #\hat{Y}_i# | #e_i# |
| #5# | #11# | ||
| #2# | #10# | ||
| #6# | #2# | ||
| #4# | #20# |
Unlock full access