Simple Linear Regression is a statistical method used to model the relationship between:
- One independent variable (predictor) X
- One dependent variable (response) Y
The relationship is modeled as a straight line:
- We fit a line through the data points
- The line minimizes the sum of squared differences between observed and predicted values
- Used for prediction and understanding relationships between variables