SciPy

scipy.interpolate.RectBivariateSpline.get_residual

RectBivariateSpline.get_residual()[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.RectBivariateSpline.get_knots

Next topic

scipy.interpolate.RectBivariateSpline.integral