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