- Linear regression models the relationship between two variables by fitting a straight line to data.
- It can be used to quantify the strength of the relationship between the two variables.
- The best fit line can be modeled as y = mx + b, the equation can be used to predict the outcome of the dependent variable for new values of the independent variable.
- Simple Linear Regression is used in many fields such as finance, technology, and research.