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