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