Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Interpolation (
scipy.interpolate
)
»
scipy.interpolate.UnivariateSpline.__call__
¶
UnivariateSpline.
__call__
(
x
,
nu=None
)
¶
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.LSQUnivariateSpline
Next topic
scipy.interpolate.UnivariateSpline.derivatives
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Interpolation (
scipy.interpolate
)
»