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

Truncated Weibull mininum distribution

The probability density function for truncated exponential distribution is:

.. math::

f(x, a, b, c) = \frac{c x^{c-1} \exp(-x^c)}{\exp(-a^c) - \exp(-b^c)}

for :math:a < x <= b, :math:0 \le a < b and :math:c > 0.

The following plots show the pdf and cdf:

.. image:: ../../../../tests/imgs/stats/continuous/truncweibull_min/truncweibull_minpdf.png :align: center :width: 480

.. image:: ../../../../tests/imgs/stats/continuous/truncweibull_min/truncweibull_mincdf.png :align: center :width: 480