SciPy

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

scipy.interpolate.UnivariateSpline.__call__

UnivariateSpline.__call__(x, nu=0)[source]

Evaluate spline (or its nu-th derivative) at positions x.

Note: x can be unordered but the evaluation is more efficient if x is (partially) ordered.