This document discusses methods for data fitting, including interpolation and least squares fitting. It explains that interpolation is used to estimate values within existing data points, while fitting finds the general behavior of data. Linear and quadratic interpolation are introduced, along with the Lagrange and Aitken methods. Least squares fitting finds the curve that best fits a set of data by minimizing the sum of squared residuals, with the example of fitting a straight line using normal equations.