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