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