- A method to model the relationship between two numerical variables.
- The goal is to find the best-fitting line: \[ Y = \beta_0 + \beta_1 X + \varepsilon \]
- Used in various fields such as finance, healthcare, and engineering.
- Helps in making predictions based on past data trends.
- Assumes a linear relationship between the dependent and independent variables.