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