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