SciPy

This is documentation for an old release of SciPy (version 1.5.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.interpolate.SmoothSphereBivariateSpline.get_residual

SmoothSphereBivariateSpline.get_residual(self)[source]

Return weighted sum of squared residuals of the spline approximation: sum ((w[i]*(z[i]-s(x[i],y[i])))**2,axis=0)

Previous topic

scipy.interpolate.SmoothSphereBivariateSpline.get_knots

Next topic

scipy.interpolate.LSQBivariateSpline