Interpolation (scipy.interpolate) — SciPy v1.16.0 Manual (original) (raw)

There are several general facilities available in SciPy for interpolation and smoothing for data in 1, 2, and higher dimensions. The choice of a specific interpolation routine depends on the data: whether it is one-dimensional, is given on a structured grid, or is unstructured. One other factor is the desired smoothness of the interpolator. In short, routines recommended for interpolation can be summarized as follows:

Smoothing and approximation of data#

Further details are given in the links below