This document provides an overview of least-squares regression techniques including:
- Simple linear regression to fit a line to data
- Polynomial regression to fit higher order curves
- Multiple regression to fit surfaces using two or more variables
It discusses calculating regression coefficients, quantifying errors, and performing statistical analysis of the regression results including determining confidence intervals. Examples are provided to demonstrate applying these techniques.