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