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