Spline Interpolation

In the mathematical field of numerical analysis, spline interpolation is a form of interpolation where the interpolant is a special type of piecewise polynomial called a spline. Spline interpolation is preferred over polynomial interpolation because the interpolation error can be made small even when using low degree polynomials for the spline. Spline interpolation avoids the problem of Runge's phenomenon, which occurs when interpolating between equidistant points with high degree polynomials.

Read more about Spline Interpolation:  Introduction, Algorithm To Find The Interpolating Cubic Spline, Example