Interpolation refers to having a set of data and determining the values between the measured/reported data points. A polynomial interpolation fits one curve to all points, while a spline interpolation fits them one curve per interval.

In general, we can fit a polynomial of order to data points. For example, if we have 2 points, we would be able to use a first order polynomial ()