9. Simple Linear Regression: Simple Linear Regression
Statistical Inference in Regression
Consider the regression equation #\hat{Y}=7.0+1.3X# and the following data points:
- #(4, 17)#
- #(3, 5)#
- #(2, 7)#
- #(1, 12)#
| #X_i# | #Y_i# | #\hat{Y}_i# | #e_i# |
| #4# | #17# | ||
| #3# | #5# | ||
| #2# | #7# | ||
| #1# | #12# |
Unlock full access