3.2 Simple Linear Regression: Definition
Simple linear regression: Very straightforward approach to predicting response Y on predictor X.
Y≈β0+β1X
- Read “≈” as “is approximately modeled by.”
- β0 = intercept
- β1 = slope
ˆy=ˆβ0+ˆβ1x
ˆβ0 = our approximation of intercept
ˆβ1 = our approximation of slope
x = sample of X
ˆy = our prediction of Y from x
hat symbol denotes “estimated value”
Linear regression is a simple approach to supervised learning