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 ? Machine Learning
avec Scikit-Learn
Voir le programme détaillé
Classe « BPoly »

Méthode scipy.interpolate.BPoly.antiderivative

Signature de la méthode antiderivative

def antiderivative(self, nu=1) 

Description

help(BPoly.antiderivative)

Construct a new piecewise polynomial representing the antiderivative.

Parameters
----------
nu : int, optional
    Order of antiderivative to evaluate. Default is 1, i.e., compute
    the first integral. If negative, the derivative is returned.

Returns
-------
bp : BPoly
    Piecewise polynomial of order k + nu representing the
    antiderivative of this polynomial.

Notes
-----
If antiderivative is computed and ``self.extrapolate='periodic'``,
it will be set to False for the returned instance. This is done because
the antiderivative is no longer periodic and its correct evaluation
outside of the initially given x interval is difficult.


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é