bundles / scipy 1.17.1 / scipy / stats / _continuous_distns / johnsonsb_gen
class
scipy.stats._continuous_distns:johnsonsb_gen
Signature
class johnsonsb_gen ( momtype = 1 , a = None , b = None , xtol = 1e-14 , badvalue = None , name = None , longname = None , shapes = None , seed = None ) Members
Summary
A Johnson SB continuous random variable.
Extended Summary
%(before_notes)s
Notes
The probability density function for johnsonsb is:
where , , and are real scalars; and . is the pdf of the normal distribution.
johnsonsb takes and as shape parameters.
%(after_notes)s
%(example)s
See also
- johnsonsu
Aliases
-
scipy.stats._continuous_distns.johnsonsb_gen