{ } Raw JSON

bundles / scipy latest / scipy / interpolate / _fitpack2 / _BivariateSplineBase / get_residual

function

scipy.interpolate._fitpack2:_BivariateSplineBase.get_residual

source: /scipy/interpolate/_fitpack2.py :960

Signature

def   get_residual ( self )

Summary

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

Aliases

  • scipy.interpolate._fitpack2._BivariateSplineBase.get_residual