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