Simple linear regression models the relationship between one predictor \(x\) and a continuous response \(y\) by fitting a straight line.
The population model is:
\[ y_i = \beta_0 + \beta_1 x_i + \varepsilon_i, \qquad \varepsilon_i \sim N(0, \sigma^2) \]
- \(\beta_0\): the intercept (value of \(y\) when \(x = 0\))
- \(\beta_1\): the slope (change in \(y\) per one-unit change in \(x\))
- \(\varepsilon_i\): random error, assumed independent and normally distributed