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 :

Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les fondamentaux
Voir le programme détaillé
Classe « BarycentricInterpolator »

Méthode scipy.interpolate.BarycentricInterpolator.set_yi

Signature de la méthode set_yi

def set_yi(self, yi, axis=None) 

Description

help(BarycentricInterpolator.set_yi)

Update the y values to be interpolated

The barycentric interpolation algorithm requires the calculation
of weights, but these depend only on the `xi`. The `yi` can be changed
at any time.

Parameters
----------
yi : array_like
    The y-coordinates of the points the polynomial will pass through.
    If None, the y values must be supplied later.
axis : int, optional
    Axis in the `yi` array corresponding to the x-coordinate values.



Vous êtes un professionnel et vous avez besoin d'une formation ? Coder avec une
Intelligence Artificielle
Voir le programme détaillé