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 ? Deep Learning avec Python
et Keras et Tensorflow
Voir le programme détaillé
Classe « NormalDist » Python 3.13.2

Opérateur statistics.NormalDist.__radd__

Signature de la opérateur __radd__

def __radd__(x1, x2) 

Description

help(NormalDist.__radd__)

Add a constant or another NormalDist instance.

If *other* is a constant, translate mu by the constant,
leaving sigma unchanged.

If *other* is a NormalDist, add both the means and the variances.
Mathematically, this works only if the two distributions are
independent or if they are jointly normally distributed.


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