bundles / scipy latest / scipy / stats / _continuous_distns / erlang_gen
class
scipy.stats._continuous_distns:erlang_gen
Signature
class erlang_gen ( momtype = 1 , a = None , b = None , xtol = 1e-14 , badvalue = None , name = None , longname = None , shapes = None , seed = None ) Members
Summary
An Erlang continuous random variable.
Extended Summary
%(before_notes)s
Notes
The Erlang distribution is a special case of the Gamma distribution, with the shape parameter a an integer. Note that this restriction is not enforced by erlang. It will, however, generate a warning the first time a non-integer value is used for the shape parameter.
Refer to gamma for examples.
See also
Aliases
-
scipy.stats._continuous_distns.erlang_gen