scipy.interpolate.BivariateSpline.get_residual

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 topic

scipy.interpolate.BivariateSpline.get_knots

Next topic

scipy.interpolate.BivariateSpline.integral

This Page