bundles / scipy 1.17.1 / scipy / stats / _continuous_distns / rel_breitwigner_gen
class
scipy.stats._continuous_distns:rel_breitwigner_gen
Signature
class rel_breitwigner_gen ( momtype = 1 , a = None , b = None , xtol = 1e-14 , badvalue = None , name = None , longname = None , shapes = None , seed = None ) Members
Summary
A relativistic Breit-Wigner random variable.
Extended Summary
%(before_notes)s
Notes
The probability density function for rel_breitwigner is
where
The relativistic Breit-Wigner distribution is used in high energy physics to model resonances [1]. It gives the uncertainty in the invariant mass, [2], of a resonance with characteristic mass and decay-width , where , and are expressed in natural units. In SciPy's parametrization, the shape parameter is equal to and takes values in .
Equivalently, the relativistic Breit-Wigner distribution is said to give the uncertainty in the center-of-mass energy . In natural units, the speed of light is equal to 1 and the invariant mass is equal to the rest energy . In the center-of-mass frame, the rest energy is equal to the total energy [3].
%(after_notes)s
and is the scale parameter. For example, if one seeks to model the boson with and [4] one can set rho=91.1876/2.4952 and scale=2.4952.
To ensure a physically meaningful result when using the fit method, one should set floc=0 to fix the location parameter to 0.
See also
- cauchy
Cauchy distribution, also known as the Breit-Wigner distribution.
Aliases
-
scipy.stats._continuous_distns.rel_breitwigner_gen