SciPy

This is documentation for an old release of SciPy (version 0.17.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.interpolate.RegularGridInterpolator.__call__

RegularGridInterpolator.__call__(xi, method=None)[source]

Interpolation at coordinates

Parameters:

xi : ndarray of shape (..., ndim)

The coordinates to sample the gridded data at

method : str

The method of interpolation to perform. Supported are “linear” and “nearest”.