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 « PPoly »

Méthode scipy.interpolate.PPoly.integrate

Signature de la méthode integrate

def integrate(self, a, b, extrapolate=None) 

Description

help(PPoly.integrate)

Compute a definite integral over a piecewise polynomial.

Parameters
----------
a : float
    Lower integration bound
b : float
    Upper integration bound
extrapolate : {bool, 'periodic', None}, optional
    If bool, determines whether to extrapolate to out-of-bounds points
    based on first and last intervals, or to return NaNs.
    If 'periodic', periodic extrapolation is used.
    If None (default), use `self.extrapolate`.

Returns
-------
ig : array_like
    Definite integral of the piecewise polynomial over [a, b]


Vous êtes un professionnel et vous avez besoin d'une formation ? Calcul scientifique
avec Python
Voir le programme détaillé