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