{ } Raw JSON

bundles / scipy latest / scipy / stats / _continuous_distns / logistic_gen

class

scipy.stats._continuous_distns:logistic_gen

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

Signature

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

Members

Summary

A logistic (or Sech-squared) continuous random variable.

Extended Summary

%(before_notes)s

Notes

The probability density function for logistic is:

logistic is a special case of genlogistic with c=1.

Remark that the survival function (logistic.sf) is equal to the Fermi-Dirac distribution describing fermionic statistics.

%(after_notes)s

%(example)s

Aliases

  • scipy.stats._continuous_distns.logistic_gen