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 ? RAG (Retrieval-Augmented Generation)
et Fine Tuning d'un LLM
Voir le programme détaillé
Classe « BarycentricInterpolator »

Méthode scipy.interpolate.BarycentricInterpolator.derivative

Signature de la méthode derivative

def derivative(self, x, der=1) 

Description

help(BarycentricInterpolator.derivative)

Evaluate a single derivative of the polynomial at the point x.

Parameters
----------
x : array_like
    Point or points at which to evaluate the derivatives
der : integer, optional
    Which derivative to evaluate (default: first derivative).
    This number includes the function value as 0th derivative.

Returns
-------
d : ndarray
    Derivative interpolated at the x-points. Shape of `d` is
    determined by replacing the interpolation axis in the
    original array with the shape of `x`.


Vous êtes un professionnel et vous avez besoin d'une formation ? Deep Learning avec Python
et Keras et Tensorflow
Voir le programme détaillé