What is Simple Linear Regression?
- A statistical method to model the relationship between two variables.
- Dependent variable (\(y\)): The outcome or response variable.
- Independent variable (\(x\)): The predictor or explanatory variable.
- Goal: Predict \(y\) based on \(x\).