7060a59f创建于 2022年9月10日历史提交

Logistic distribution

The probability density function for logistic distribution is:

.. math::

f(x) = \frac{\exp(-x)}{(1+\exp(-x))^2}

for a real number :math:x.

The following plots show the pdf and cdf:

.. image:: ../../../../tests/imgs/stats/continuous/logistic/logisticpdf.png :align: center :width: 480

.. image:: ../../../../tests/imgs/stats/continuous/logistic/logisticcdf.png :align: center :width: 480