Simple Linear Regression (SLR) is used to model the relationship between a single predictor variable \(X\) and a response variable \(Y\).
The population regression model is expressed as:
\[Y = \beta_0 + \beta_1 X + \epsilon\]
Where: - \(\beta_0\) is the y-intercept (the expected value of \(Y\) when \(X = 0\)). - \(\beta_1\) is the slope parameter (the change in \(Y\) associated with a one-unit increase in \(X\)). - \(\epsilon\) is the random error term, representing the deviation of an individual observation from the true regression line.