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