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é
Module « scipy.special »

Fonction pbdn_seq - module scipy.special

Signature de la fonction pbdn_seq

def pbdn_seq(n, z) 

Description

help(scipy.special.pbdn_seq)

Parabolic cylinder functions Dn(z) and derivatives.

Parameters
----------
n : int
    Order of the parabolic cylinder function
z : complex
    Value at which to evaluate the function and derivatives

Returns
-------
dv : ndarray
    Values of D_i(z), for i=0, ..., i=n.
dp : ndarray
    Derivatives D_i'(z), for i=0, ..., i=n.

References
----------
.. [1] Zhang, Shanjie and Jin, Jianming. "Computation of Special
       Functions", John Wiley and Sons, 1996, chapter 13.
       https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html



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é