Skip to content
Category

Interpolation

page 1
mathematical interpolation
In the mathematical field of numerical analysis, interpolation is a type of estimation, a method of constructing (finding) new data points based on the range of a discrete set of known data points.
spline
special function defined piecewise by polynomials
Lagrange polynomial
polynomials used for interpolation
non-uniform rational B-spline
mathematical model
kriging
thumb|400px|Example of one-dimensional data interpolation by kriging, with credible intervals. Squares indicate the location of the data. The kriging interpolation, shown in red, runs along the means of the normally distributed credible intervals shown in gray. The dashed curve shows a spline that is smooth, but departs significantly from the expected values given by those means.
linear interpolation
in mathematics, linear interpolation is a method of curve fitting using linear polynomials to construct new data points within the range of a discrete set of known data points
Runge's phenomenon
problem of oscillation at the edges of an interval when using polynomial interpolation
B-spline
In numerical analysis, a B-spline (short for basis spline) is a type of spline function designed to have minimal support (overlap) for a given degree, smoothness, and set of breakpoints (knots that partition its domain), making it a fundamental building block for all spline functions of that degree. A B-spline is defined as a piecewise polynomial of order n, meaning a degree of n - 1. It is built from sections that meet at these knots, where the continuity of the function and its derivatives depends on how often each knot repeats (its multiplicity). Any spline function of a specific degree can
polynomial interpolation
interpolation of a given data set by the polynomial of lowest possible degree that passes through the points of the dataset
Newton polynomial
mathematical expression
spline interpolation
mathematical method
nearest-neighbor interpolation
simple method of multivariate interpolation in one or more dimensions
radial basis function
real-valued function whose value depends only on the distance between the input and some fixed point, which forms a basis for some function space
Hermite interpolation
method for polynomial interpolation over a set of points and corresponding derivatives
cubic Hermite spline
spline where each piece is a third-degree polynomial specified in Hermite form: that is, by its values and first derivatives at the end points of the corresponding domain interval
De Boor's algorithm
method of evaluating spline curves
multivariate interpolation
interpolation on functions of more than one variable
motion interpolation
form of video processing
trigonometric interpolation
overview about the trigonometric interpolation
Brahmagupta's interpolation formula
regionalized variable theory
geostatistical method used for interpolation in space
Neville's algorithm
used for polynomial interpolation
slerp
method of quaternion rotation