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