Skip to content
Surf Wiki
Save to docs
general/continuous-distributions

From Surf Wiki (app.surf) — the open knowledge base

Gompertz distribution

Continuous probability distribution, named after Benjamin Gompertz


Continuous probability distribution, named after Benjamin Gompertz

\text {where Ei}\left(z\right)=\int\limits_{-z}^{\infin}\left(e^{-v}/v\right)dv \text {with }0 =0, \quad \eta \ge 1 +\left(\pi^2/6\right)+2\gamma\ln\left(\eta\right)+[\ln\left(\eta\right)]^2-e^{\eta}[\text{Ei}\left(-\eta \right)]^2} \begin{align}\text{ where } &\gamma \text{ is the Euler constant: },!\ &\gamma=-\psi\left(1\right)=\text{0.577215... }\end{align}\begin{align}\text { and } { }3\text {F}3&\left(1,1,1;2,2,2;-z\right)=\&\sum{k=0}^\infty\left[1/\left(k+1\right)^3\right]\left(-1\right)^k\left(z^k/k!\right)\end{align} \text{with E}{t/b}\left(\eta\right)=\int_1^\infin e^{-\eta v} v^{-t/b}dv,\ t0

In probability and statistics, the Gompertz distribution is a continuous probability distribution, named after Benjamin Gompertz. The Gompertz distribution is often applied to describe the distribution of adult lifespans by demographers

Specification

Probability density function

The probability density function of the Gompertz distribution is:

:f\left(x;\eta, b\right)=b\eta \exp\left(\eta + b x -\eta e^{bx} \right)\text{for }x \geq 0, ,

where b 0,! is the scale parameter and \eta 0,! is the shape parameter of the Gompertz distribution. In the actuarial and biological sciences and in demography, the Gompertz distribution is parametrized slightly differently (Gompertz–Makeham law of mortality).

Cumulative distribution function

The cumulative distribution function of the Gompertz distribution is:

:F\left(x;\eta, b\right)= 1-\exp\left(-\eta\left(e^{bx}-1 \right)\right) , where \eta, b0, and x \geq 0 , .

Moment generating function

The moment generating function is: :\text{E}\left(e^{-t X}\right)=\eta e^{\eta}\text{E}{t/b}\left(\eta\right) where :\text{E}{t/b}\left(\eta\right)=\int_1^\infin e^{-\eta v} v^{-t/b}dv,\ t0.

Properties

The Gompertz distribution is a flexible distribution that can be skewed to the right and to the left. Its hazard function h(x)=\eta b e^{bx} is a convex function of F\left(x;\eta, b\right). The model can be fitted into the innovation-imitation paradigm with p = \eta b as the coefficient of innovation and b as the coefficient of imitation. When t becomes large, z(t) approaches \infty . The model can also belong to the propensity-to-adopt paradigm with \eta as the propensity to adopt and b as the overall appeal of the new offering.

Shapes

The Gompertz density function can take on different shapes depending on the values of the shape parameter \eta,!:

  • When \eta \geq 1,, the probability density function has its mode at 0.
  • When 0 the probability density function has its mode at
### Kullback–Leibler divergence If f_1 and f_2 are the probability density functions of two Gompertz distributions, then their Kullback–Leibler divergence is given by : \begin{align} D_{KL} (f_1 \parallel f_2) & = \int_{0}^{\infty} f_1(x; b_1, \eta_1) \, \ln \frac{f_1(x; b_1, \eta_1)}{f_2(x; b_2, \eta_2)} dx \\ & = \ln \frac{e^{\eta_1} \, b_1 \, \eta_1}{e^{\eta_2} \, b_2 \, \eta_2} + e^{\eta_1} \left[ \left(\frac{b_2}{b_1} - 1 \right) \, \operatorname{Ei}(- \eta_1) + \frac{\eta_2}{\eta_1^{\frac{b_2}{b_1}}} \, \Gamma \left(\frac{b_2}{b_1}+1, \eta_1 \right) \right] - (\eta_1 + 1) \end{align} where \operatorname{Ei}(\cdot) denotes the exponential integral and \Gamma(\cdot,\cdot) is the upper incomplete gamma function. ## Related distributions - If *X* is defined to be the result of sampling from a Gumbel distribution until a negative value *Y* is produced, and setting *X*=&minus;*Y*, then *X* has a Gompertz distribution. - The gamma distribution is a natural conjugate prior to a Gompertz likelihood with known scale parameter b \,\!. - When \eta\,\! varies according to a gamma distribution with shape parameter \alpha\,\! and scale parameter \beta\,\! (mean = \alpha/\beta\,\!), the distribution of x is Gamma/Gompertz. ::figure[src="https://upload.wikimedia.org/wikipedia/commons/7/71/Gompertz_distribution.png" caption="Gompertz distribution fitted to maximum monthly 1-day rainfalls<ref> Calculator for probability distribution fitting [https://www.waterlog.info/cumfreq.htm] </ref>"] :: - If Y \sim \mathrm{Gompertz}, then X = \exp(Y) \sim \mathrm{Weibull}^{-1}, and hence \exp(-Y) \sim \mathrm{Weibull}. ## Applications - In hydrology the Gompertz distribution is applied to extreme events such as annual maximum one-day rainfalls and river discharges. The blue picture illustrates an example of fitting the Gompertz distribution to ranked annually maximum one-day rainfalls showing also the 90% confidence belt based on the binomial distribution. The rainfall data are represented by plotting positions as part of the cumulative frequency analysis. ## Notes ## References - - {{Cite journal | last1=Gompertz | first=B. | author-link = Benjamin Gompertz | year= 1825 |pages=513–583| title=On the Nature of the Function Expressive of the Law of Human Mortality, and on a New Mode of Determining the Value of Life Contingencies | journal =Philosophical Transactions of the Royal Society of London| volume = 115 |jstor=107756 | doi=10.1098/rstl.1825.0026| s2cid=145157003 | url=https://zenodo.org/record/1432356 | doi-access=free }} - {{Cite book - ## References 1. 1603.06613. 2. Bauckhage, C. (2014), Characterizations and Kullback–Leibler Divergence of Gompertz Distributions, {{arXiv. 1402.3193. 3. Calculator for probability distribution fitting [https://www.waterlog.info/cumfreq.htm] 4. (2003). ["Statistical Size Distributions in Economics and Actuarial Sciences"](https://onlinelibrary.wiley.com/doi/book/10.1002/0471457175). *Wiley*. ::callout[type=info title="Wikipedia Source"] This article was imported from [Wikipedia](https://en.wikipedia.org/wiki/Gompertz_distribution) and is available under the [Creative Commons Attribution-ShareAlike 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/). Content has been adapted to SurfDoc format. Original contributors can be found on the [article history page](https://en.wikipedia.org/wiki/Gompertz_distribution?action=history). ::
Want to explore this topic further?

Ask Mako anything about Gompertz distribution — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report