bundles / scipy 1.17.1 / scipy / stats / _continuous_distns / maxwell_gen
class
scipy.stats._continuous_distns:maxwell_gen
Signature
class maxwell_gen ( momtype = 1 , a = None , b = None , xtol = 1e-14 , badvalue = None , name = None , longname = None , shapes = None , seed = None ) Members
Summary
A Maxwell continuous random variable.
Extended Summary
%(before_notes)s
Notes
A special case of a chi distribution, with df=3, loc=0.0, and given scale = a, where a is the parameter used in the Mathworld description [1].
The probability density function for maxwell is:
for .
%(after_notes)s
Aliases
-
scipy.stats._continuous_distns.maxwell_gen