Return weighted sum of squared residuals of the spline approximation: sum((w[i] * (y[i]-s(x[i])))**2, axis=0).
scipy.interpolate.InterpolatedUnivariateSpline.get_knots
scipy.interpolate.InterpolatedUnivariateSpline.integral
Enter search terms or a module, class or function name.