Simple linear regression models the relationship between two numerical variables: a predictor (x) and a response (y), by fitting a straight line through the data.
- Used to predict a response variable from one explanatory variable
- Assumes a linear relationship between x and y
- Widely used in economics, biology, engineering, and more