9. Simple Linear Regression: Simple Linear Regression
Statistical Inference in Regression
Consider the regression equation #\hat{Y}=11.95-0.8X# and the following data points:
- #(2, 3)#
- #(3, 18)#
- #(5, 12)#
- #(6, 2)#
| #X_i# | #Y_i# | #\hat{Y}_i# | #e_i# |
| #2# | #3# | ||
| #3# | #18# | ||
| #5# | #12# | ||
| #6# | #2# |
Unlock full access