Simple Linear Regression is a statistical method that allows us to summarize and study relationships between two continuous variables:
- Dependent Variable (Response Variable): The variable we are trying to predict or explain, denoted as \(Y\).
- Independent Variable (Predictor Variable): The variable used to predict or explain the dependent variable, denoted as \(X\).
The goal is to find a linear equation that best describes the relationship between \(X\) and \(Y\).