9. Simple Linear Regression: Simple Linear Regression
Assessing the Quality of a Regression Model
Consider the regression equation #\hat{Y}=11.914-1.514X# and the following data points:
- #(5, 5)#
- #(1, 8)#
- #(3, 3)#
- #(2, 15)#
#X_i# | #Y_i# | #\hat{Y}_i# | #e_i# |
#5# | #5# | ||
#1# | #8# | ||
#3# | #3# | ||
#2# | #15# |
Unlock full access