SciPy
Section Navigation
BivariateSpline.get_residual
Return weighted sum of squared residuals of the spline approximation: sum ((w[i]*(z[i]-s(x[i],y[i])))**2,axis=0)
previous
scipy.interpolate.BivariateSpline.get_knots
next
scipy.interpolate.BivariateSpline.integral