Simple Linear Regression is a statistical method used to model the relationship between two variables:
- Response variable (Y): The outcome we want to predict
- Predictor variable (X): The variable we use to make predictions
When do we use it?
- To understand the relationship between two continuous variables
- To predict future values based on observed data
- To quantify the strength of a linear relationship
Example: Predicting a car’s stopping distance based on its speed