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