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