{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _continuous_distns / tukeylambda_gen

class

scipy.stats._continuous_distns:tukeylambda_gen

source: /scipy/stats/_continuous_distns.py :10814

Signature

class   tukeylambda_gen ( momtype = 1 a = None b = None xtol = 1e-14 badvalue = None name = None longname = None shapes = None seed = None )

Members

Summary

A Tukey-Lamdba continuous random variable.

Extended Summary

%(before_notes)s

Notes

A flexible distribution, able to represent and interpolate between the following distributions:

  • Cauchy ()

  • logistic ()

  • approx Normal ()

  • uniform from -1 to 1 ()

tukeylambda takes a real number (denoted lam in the implementation) as a shape parameter.

%(after_notes)s

%(example)s

Aliases

  • scipy.stats._continuous_distns.tukeylambda_gen