9. Simple Linear Regression: Simple Linear Regression
Statistical Inference in Regression
Consider the regression equation #\hat{Y}=21.543-2.629X# and the following data points:
- #(4, 18)#
- #(3, 10)#
- #(5, 5)#
- #(1, 19)#
| #X_i# | #Y_i# | #\hat{Y}_i# | #e_i# |
| #4# | #18# | ||
| #3# | #10# | ||
| #5# | #5# | ||
| #1# | #19# |
Unlock full access