The aim of simple linear regression is to find a linear relationship to describe pattern between an independent and possibly depend variable.
The formula for SLP is (explained in detail in the next slide): \[ y = \alpha + \beta x \]
where \(x\), the dependent variable, is the input that influences change and \(y\), the independent variable, is affected by it.
Examples
- Predicting property pricing, predicting weight based on height
- Predicting exam score based on study time
- Predicting relationship between spending and sales in a company