scipy.interpolate.InterpolatedUnivariateSpline.get_residual

InterpolatedUnivariateSpline.get_residual()

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

Previous topic

scipy.interpolate.InterpolatedUnivariateSpline.get_knots

Next topic

scipy.interpolate.InterpolatedUnivariateSpline.integral

This Page