Simple Linear Regression is a statistical method used to model the relationship between two variables:
- Response variable (Y): The variable we want to predict
- Predictor variable (X): The variable we use to make predictions
In simple linear regression, we try to predict Y based on X using a straight line.
Applications: predicting crop yield based on rainfall, predicting website traffic based on ad spending, estimating salary based on years of experience, and many more.