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