Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « UnivariateSpline »

Méthode scipy.interpolate.UnivariateSpline.set_smoothing_factor

Signature de la méthode set_smoothing_factor

def set_smoothing_factor(self, s) 

Description

set_smoothing_factor.__doc__

 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.