Topics: Numerical Analysis
In the field of numerical analysis, given a set of known data points, interpolation is the process of estimating other unknown data points within the set’s range.
In other words, to interpolate is to estimate unknown data points between other known points.
Interpolation methods include using using Taylor polynomials, using Lagrange polynomials and Newton’s finite differences interpolation method.