9. Simple Linear Regression: Simple Linear Regression
Statistical Inference in Regression
Consider the regression equation #\hat{Y}=27.0-4.6X# and the following data points:
- #(6, 2)#
- #(3, 14)#
- #(2, 20)#
- #(4, 3)#
| #X_i# | #Y_i# | #\hat{Y}_i# | #e_i# |
| #6# | #2# | ||
| #3# | #14# | ||
| #2# | #20# | ||
| #4# | #3# |
Unlock full access