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