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