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