This is documentation for an old release of SciPy (version 0.10.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Add more x values to the set to be interpolated
The barycentric interpolation algorithm allows easy updating by adding more points for the polynomial to pass through.
Parameters : | xi : array_like of length N1
yi : array_like N1 by R or None
|
---|