{ } Raw JSON

bundles / scipy 1.17.1 / docs

Doc

Truncated Pareto Distribution

docs/tutorial:stats:continuous_truncpareto

Two shape parameters, exponent and upper truncation . The support is .

The standard form is

The non-central moments are given by

\mu_{n}^{\prime} = \begin{cases}\displaystyle\frac{b\log c}{1 - c^{-b}} & \mbox{if $n = b$,}\\ \displaystyle\frac{b}{b-n}\frac{c^b - c^n}{c^b - 1} & \mbox{otherwise.}\end{cases}

The entropy is

Implementation: scipy.stats.truncpareto