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