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.

Previous topic

scipy.interpolate.UnivariateSpline

Next topic

scipy.interpolate.UnivariateSpline.derivatives