Simple linear regression is a statistical method used to model the linear relationship between two continuous variables.
- Predictor variable: The variable used to help predict another variable.
- Response variable: The variable we are trying to predict.
It estimates this relationship by fitting a straight line to observed data points, allowing for the prediction of the dependent variable’s value based on the independent variable.