Benini distribution

From HandWiki
Revision as of 00:12, 9 May 2022 by imported>Len Stevenson (simplify)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Benini
Parameters [math]\displaystyle{ \alpha\gt 0 }[/math] shape (real)
[math]\displaystyle{ \beta\gt 0 }[/math] shape (real)
[math]\displaystyle{ \sigma\gt 0 }[/math] scale (real)
Support [math]\displaystyle{ x\gt \sigma }[/math]
PDF [math]\displaystyle{ e^{-\alpha\log{\frac{x}{\sigma}}-\beta\left[\log{\frac{x}{\sigma}}\right]^2} \left(\frac{\alpha}{x}+\frac{2\beta\log{\frac{x}{\sigma}}}{x}\right) }[/math]
CDF [math]\displaystyle{ 1-e^{-\alpha\log{\frac{x}{\sigma}}-\beta[\log{\frac{x}{\sigma}}]^2} }[/math]
Mean [math]\displaystyle{ \sigma+\tfrac{\sigma}{\sqrt{2\beta}} H_{-1}\left(\tfrac{-1+\alpha}{\sqrt{2\beta}}\right) }[/math]
where [math]\displaystyle{ H_n(x) }[/math] is the "probabilists' Hermite polynomials"
Median [math]\displaystyle{ \sigma \left(e^{\frac{-\alpha+\sqrt{\alpha^2+\beta\log{16}}}{2\beta}}\right) }[/math]
Variance [math]\displaystyle{ \left(\sigma^2+\tfrac{2\sigma^2}{\sqrt{2\beta}} H_{-1}\left(\tfrac{-2+\alpha}{\sqrt{2\beta}}\right)\right)-\mu^2 }[/math]

In probability, statistics, economics, and actuarial science, the Benini distribution is a continuous probability distribution that is a statistical size distribution often applied to model incomes, severity of claims or losses in actuarial applications, and other economic data.[1][2] Its tail behavior decays faster than a power law, but not as fast as an exponential. This distribution was introduced by Rodolfo Benini in 1905.[3] Somewhat later than Benini's original work, the distribution has been independently discovered or discussed by a number of authors.[4]

Distribution

The Benini distribution [math]\displaystyle{ \mathrm{Benini}(\alpha,\beta,\sigma) }[/math] is a three parameter distribution, which has cumulative distribution function (cdf)

[math]\displaystyle{ F(x) = 1 - \exp\{ - \alpha(\log x - \log \sigma) - \beta(\log x - \log \sigma)^2 \} = 1 - \left(\frac{x}{\sigma}\right)^{- \alpha - \beta \log{\left (\frac{x}{\sigma} \right )}} }[/math]

where [math]\displaystyle{ x \geq \sigma }[/math], shape parameters α, β > 0, and σ > 0 is a scale parameter. For parsimony Benini[3] considered only the two parameter model (with α = 0), with cdf

[math]\displaystyle{ F(x) = 1 - \exp\{ - \beta( \log x - \log \sigma)^2 \} = 1 - \left( \frac{x}{\sigma} \right)^{-\beta(\log x - \log \sigma)}. }[/math]

The density of the two-parameter Benini model is

[math]\displaystyle{ f(x) = \frac{2 \beta}{x} \exp\left\{ -\beta \left[ \log \left(\frac{x}{\sigma} \right) \right]^2 \right\} \cdot \log\left( \frac{x}{\sigma} \right), \qquad x \geq \sigma \gt 0. }[/math]

Simulation

A two parameter Benini variable can be generated by the inverse probability transform method. For the two parameter model, the quantile function (inverse cdf) is

[math]\displaystyle{ F^{-1}(u) = \sigma \exp \sqrt{-\frac{1}{\beta} \log(1-u)}, \quad 0 \lt u \lt 1. }[/math]

Related distributions

  • If [math]\displaystyle{ X \sim \mathrm{Benini}(\alpha,0,\sigma)\, }[/math], then X has a Pareto distribution with [math]\displaystyle{ x_\mathrm{m}=\sigma }[/math]
  • If [math]\displaystyle{ X \sim \mathrm{Benini}(0,\tfrac{1}{2\sigma^2},1), }[/math] then [math]\displaystyle{ X \sim e^U }[/math] where [math]\displaystyle{ U \sim \mathrm{Rayleigh}(\sigma) }[/math]


Software

The (two parameter) Benini distribution density, probability distribution, quantile function and random number generator is implemented in the VGAM package for R, which also provides maximum likelihood estimation of the shape parameter.[5]

See also

References

  1. Kleiber, Christian; Kotz, Samuel (2003). "Chapter 7.1: Benini Distribution". Statistical Size Distributions in Economics and Actuarial Sciences. Wiley. ISBN 978-0-471-15064-0. 
  2. A. Sen and J. Silber (2001). Handbook of Income Inequality Measurement, Boston:Kluwer, Section 3: Personal Income Distribution Models.
  3. 3.0 3.1 Benini, R. (1905). I diagrammi a scala logaritmica (a proposito della graduazione per valore delle successioni ereditarie in Italia, Francia e Inghilterra). Giornale degli Economisti, Series II, 16, 222–231.
  4. See the references in Kleiber and Kotz (2003), p. 236.
  5. Thomas W. Yee (2010). "The VGAM Package for Categorical Data Analysis". Journal of Statistical Software 32 (10): 1–34. http://www.jstatsoft.org/v32/i10/.  Also see the VGAM reference manual .

External links