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