Linear regression is a statistical method for modeling relationships between variables. Simple linear regression involves one independent variable predicting one dependent variable based on a linear equation. Multiple linear regression expands this to model relationships between multiple independent variables and one dependent variable. Linear regression finds the line of best fit that minimizes error to describe these relationships based on assumptions of homoscedasticity, independence of observations, normality, and linearity.