Multivariate interpolation
From Wikipedia, the free encyclopedia
In numerical analysis, multivariate interpolation or spatial interpolation is interpolation on functions of more than one variable.
The function to be interpolated is known at given points and the interpolation problem consist of yielding values at arbitrary points .
Contents |
[edit] Uniform grid
For function values known on a prescribed uniform grid, the following methods are available
- Nearest-neighbor interpolation (any dimension)
[edit] 2 dimensions
Bitmap resampling is the application of 2D multivariate interpolation in image processing.
Three of the methods applied on the same dataset, from 16 values located at the black dots. The colours represent the interpolated values.
See also Padua points, for polynomial interpolation in two variables.
[edit] 3 dimensions
See also bitmap resampling
[edit] Non-uniform grid
Schemes defined on a non-uniform grid should all work on a uniform grid, typically reducing to another known method.