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 :

Classe « NormalDist » Python 3.11.3

Opérateur statistics.NormalDist.__mul__

Signature de la opérateur __mul__

def __mul__(x1, x2) 

Description

help(NormalDist.__mul__)

Multiply both mu and sigma by a constant.

        Used for rescaling, perhaps to change measurement units.
        Sigma is scaled with the absolute value of the constant.