Simple linear regression is a technique that is used in many different applications to estimate the relationship between two quantitative variables. It is typically used when:
- The correlation between two variables
- When you want to estimate the value of a dependent variable at a certain value of an independent value
The equation for linear regression is:
\[ y = a + bx \] In the equation:
- a is the estimated intercept
- b is the estimated slope or regression coefficient
- x is the value of the explanatory variable
In another slide we will go over how to get variables a and b