Simple linear regression is a statistical technique that models the relationship between one explanatory variable and one response variable.
It describes the relationship using a straight line:
\[ Y = \beta_0 + \beta_1 X + \varepsilon \]
where \(\beta_0\) is the intercept, \(\beta_1\) is the slope, and \(\varepsilon\) is the error term.