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