This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Construct an object capable of interpolating functions sampled at xi
The values yi need to be provided before the function is evaluated, but none of the preprocessing depends on them, so rapid updates are possible.
Parameters : | xi : array-like of length N
yi : array-like N by R or None
|
---|