Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Definition
Least squares regression is a statistical method used to determine the best-fitting linear relationship between two variables by minimizing the sum of the squares of the vertical distances (errors) between observed and predicted values.
A function that creates a straight line when graphed, typically described by an equation of the form $y = mx + b$.
Residual: The difference between an observed value and its corresponding predicted value from a regression model.
$R^2$ (Coefficient of Determination): $R^2$ indicates how well data points fit a statistical model. It explains what proportion of variance in a dependent variable can be explained by an independent variable.