Simple linear regression is a statistical method used to model the relationship between two continuous variables:
- Independent variable (X): The predictor or explanatory variable
- Dependent variable (Y): The response or outcome variable
The goal is to find the best-fitting straight line through the data points that can be used for prediction and understanding relationships.