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