{ } Raw JSON

bundles / scipy 1.17.1 / docs

Doc

Logistic (Sech-squared) Distribution

docs/tutorial:stats:continuous_logistic

A special case of the Generalized Logistic distribution with . The support is .

This distribution function has a direct connection with the Fermi-Dirac distribution via its survival function. I.e. scipy.stats.logistic.sf is equivalent to the Fermi-Dirac distribution.

where is the polygamma function .

Implementation: scipy.stats.logistic