Simple Linear Regression models the linear relationship between: - A response variable \(Y\) (dependent) - A single predictor variable \(X\) (independent)
It is one of the fundamental tools in statistics primarily used to: 1. Understand how \(Y\) changes as \(X\) changes 2. Predict the future values of \(Y\) given a new \(X\) 3. Quantify the strength and the direction of a relationship