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