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