Simple Linear Regression is a statistical method used to model the relationship between two variables by fitting a linear equation to observed data.
Variables:
- Independent Variable (X): The variable you use to make predictions.
- Dependent Variable (Y): The outcome variable you want to predict.
Goals:
- predict the value of the dependent variable based on the value the independent variable.
- find the best-fitting line through the data points, allowing us to predict the value of \(Y\) for any given value of \(X\).