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