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