Interpolation (scipy.interpolate)

Sub-package for objects used in interpolation.

As listed below, this sub-package contains spline functions and classes, one-dimensional and multi-dimensional (univariate and multivariate) interpolation classes, Lagrange and Taylor polynomial interpolators, and wrappers for FITPACK and DFITPACK functions.

Univariate interpolation

Multivariate interpolation

Unstructured data:

For data on a grid:

See also

scipy.ndimage.interpolation.map_coordinates

1-D Splines

Functional interface to FITPACK functions:

2-D Splines

For data on a grid:

For unstructured data:

Low-level interface to FITPACK functions:

Additional tools

Functions existing for backward compatibility (should not be used in new code):