scipy.interpolate.UnivariateSpline.__call__

UnivariateSpline.__call__(x, nu=0)

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.

This Page