bundles / scipy latest / scipy / stats / _continuous_distns / gausshyper_gen
class
scipy.stats._continuous_distns:gausshyper_gen
Signature
class gausshyper_gen ( momtype = 1 , a = None , b = None , xtol = 1e-14 , badvalue = None , name = None , longname = None , shapes = None , seed = None ) Members
Summary
A Gauss hypergeometric continuous random variable.
Extended Summary
%(before_notes)s
Notes
The probability density function for gausshyper is:
for , , a real number, , and . is the Gauss hypergeometric function scipy.special.hyp2f1.
gausshyper takes , , and as shape parameters.
%(after_notes)s
Aliases
-
scipy.stats._continuous_distns.gausshyper_gen