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