Simple linear regression is a foundational statistical method used to predict a quantitative response based on a single predictor variable. It involves fitting a straight line through a set of data points in such a way that it best summarizes the relationship between the input (independent variable) and output (dependent variable).
Key Components - Dependent Variable (Y): The outcome or response we aim to predict or explain. - Independent Variable (X): The predictor or explanatory variable used to predict Y. - Intercept and Slope: The intercept (β₀) represents the value of Y when X is zero, and the slope (β₁) indicates the change in Y for a one-unit change in X.