Linear Interpolation: A method of interpolation where the value of a function is estimated by using a straight line between two known data points.
Polynomial Interpolation: A method of interpolation where the value of a function is estimated by using a polynomial equation that passes through a set of known data points.
Spline Interpolation: A method of interpolation where the value of a function is estimated by using a series of piecewise polynomial functions that are joined together at specific points, called knots.