{ } Raw JSON

bundles / scipy latest / scipy / stats / _continuous_distns / genlogistic_gen

class

scipy.stats._continuous_distns:genlogistic_gen

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

Signature

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

Members

Summary

A generalized logistic continuous random variable.

Extended Summary

%(before_notes)s

Notes

The probability density function for genlogistic is:

for real and . In literature, different generalizations of the logistic distribution can be found. This is the type 1 generalized logistic distribution according to [1]. It is also referred to as the skew-logistic distribution [2].

genlogistic takes c as a shape parameter for .

%(after_notes)s

Aliases

  • scipy.stats._continuous_distns.genlogistic_gen