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