Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Interpolation (
scipy.interpolate
)
»
scipy.interpolate.UnivariateSpline.set_smoothing_factor
¶
UnivariateSpline.
set_smoothing_factor
(
s
)
¶
Continue spline computation with the given smoothing factor s and with the knots found at the last call.
Previous topic
scipy.interpolate.UnivariateSpline.get_residual
Next topic
scipy.interpolate.splrep
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
)
»