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