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