SciPy

scipy.interpolate.InterpolatedUnivariateSpline.set_smoothing_factor

InterpolatedUnivariateSpline.set_smoothing_factor(self, s)[source]

Continue spline computation with the given smoothing factor s and with the knots found at the last call.

This routine modifies the spline in place.

Previous topic

scipy.interpolate.InterpolatedUnivariateSpline.roots

Next topic

scipy.interpolate.LSQUnivariateSpline