Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Interpolation (
scipy.interpolate
)
»
scipy.interpolate.UnivariateSpline.get_residual
¶
UnivariateSpline.
get_residual
(
)
¶
Return weighted sum of squared residuals of the spline approximation: sum ((w[i]*(y[i]-s(x[i])))**2,axis=0)
Previous topic
scipy.interpolate.UnivariateSpline.get_knots
Next topic
scipy.interpolate.UnivariateSpline.set_smoothing_factor
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
)
»