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