This document discusses techniques for curve fitting data, including least squares regression and interpolation. It covers:
- Two types of curve fitting: least squares regression to derive a trend line for noisy data, and interpolation to fit curves passing through precise data points.
- Linear regression to fit a straight line model and determine coefficients by minimizing the residual sum of squares.
- Polynomial regression to fit higher order polynomial models.
- Multiple linear regression to fit models with multiple independent variables.
- General linear least squares framework and normal equations to determine coefficients for any linear model.
- Polynomial interpolation to exactly fit curves through data points using divided differences.