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