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

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

Beta prime distribution

Probability distribution


Probability distribution

name =Beta prime| type =density| pdf_image =[[Image:Beta prime pdf.svg|325px]]| cdf_image =[[Image:Beta prime cdf.svg|325px]]| parameters =\alpha 0 shape (real) \beta 0 shape (real)| support =x \in 0,\infty)!| pdf =f(x) = \frac{x^{\alpha-1} (1+x)^{-\alpha -\beta}}{\Beta(\alpha,\beta)}!| cdf = I_{\frac{x}{1+x}(\alpha,\beta) } where I_x(\alpha,\beta) is the regularized incomplete beta function| mean =\frac{\alpha}{\beta-1} if \beta1| median =| mode =\frac{\alpha-1}{\beta+1} \text{ if } \alpha\ge 1\text{, 0 otherwise}!| variance =\frac{\alpha(\alpha+\beta-1)}{(\beta-2)(\beta-1)^2} if \beta2| skewness =\frac{2(2\alpha+\beta-1)}{\beta-3}\sqrt{\frac{\beta-2}{\alpha(\alpha+\beta-1)}} if \beta3| kurtosis =6\frac{\alpha(\alpha+\beta-1)(5\beta-11) + (\beta-1)^2(\beta-2)}{\alpha(\alpha+\beta-1)(\beta-3)(\beta-4) } if \beta4| mgf =Does not exist| char =\frac{e^{-it}\Gamma(\alpha+\beta)}{\Gamma(\beta)}G_{1,2}^{,2,0}!\left(\left.{\begin{matrix}\alpha+\beta\\beta,0\end{matrix}};\right|,-it\right)| entropy =\begin{align}&\log\left(\Beta(\alpha,\beta)\right) + (\alpha-1)(\psi(\beta)-\psi(\alpha)) \ +&(\alpha+\beta) \left(\psi(1-\alpha-\beta) - \psi(1-\beta) + \frac{\pi \sin(\alpha \pi)}{\sin(\beta \pi)\sin((\alpha+\beta)\pi))} \right) \end{align} where \psi is the [digamma function.|

In probability theory and statistics, the beta prime distribution (also known as inverted beta distribution or beta distribution of the second kind) is an absolutely continuous probability distribution. If p\in[0,1] has a beta distribution, then the odds \frac{p}{1-p} has a beta prime distribution.

Definitions

Beta prime distribution is defined for x 0 with two parameters α and β, having the probability density function:

: f(x) = \frac{x^{\alpha-1} (1+x)^{-\alpha -\beta}}{\Beta(\alpha,\beta)}

where B is the Beta function.

The cumulative distribution function is

: F(x; \alpha,\beta)=I_{\frac{x}{1+x}}\left(\alpha, \beta \right) ,

where I is the regularized incomplete beta function.

While the related beta distribution is the conjugate prior distribution of the parameter of a Bernoulli distribution expressed as a probability, the beta prime distribution is the conjugate prior distribution of the parameter of a Bernoulli distribution expressed in odds. The distribution is a Pearson type VI distribution.

The mode of a variate X distributed as \beta'(\alpha,\beta) is \hat{X} = \frac{\alpha-1}{\beta+1}. Its mean is \frac{\alpha}{\beta-1} if \beta1 (if \beta \leq 1 the mean is infinite, in other words it has no well defined mean) and its variance is \frac{\alpha(\alpha+\beta-1)}{(\beta-2)(\beta-1)^2} if \beta2.

For -\alpha , the k-th moment E[X^k] is given by

: E[X^k]=\frac{\Beta(\alpha+k,\beta-k)}{\Beta(\alpha,\beta)}.

For k\in \mathbb{N} with k this simplifies to

: E[X^k]=\prod_{i=1}^k \frac{\alpha+i-1}{\beta-i}.

The cdf can also be written as

: \frac{x^\alpha \cdot {}_2F_1(\alpha, \alpha+\beta, \alpha+1, -x)}{\alpha \cdot \Beta(\alpha,\beta)}

where {}_2F_1 is the Gauss's hypergeometric function 2F1 .

Alternative parameterization

The beta prime distribution may also be reparameterized in terms of its mean μ 0 and precision ν 0 parameters ( p. 36).

Consider the parameterization μ = α/(β − 1) and ν = β − 2, i.e., α = μ(1 + ν) and β = 2 + ν. Under this parameterization E[Y] = μ and Var[Y] = μ(1 + μ)/ν.

Generalization

Two more parameters can be added to form the generalized beta prime distribution \beta'(\alpha,\beta,p,q):

  • p 0 shape (real)
  • q 0 scale (real)

having the probability density function:

: f(x;\alpha,\beta,p,q) = \frac{p \left(\frac x q \right)^{\alpha p-1} \left(1+ \left(\frac x q \right)^p\right)^{-\alpha -\beta}}{q \Beta(\alpha,\beta)}

with mean

: \frac{q\Gamma\left(\alpha+\tfrac 1 p\right)\Gamma(\beta-\tfrac 1 p)}{\Gamma(\alpha)\Gamma(\beta)} \quad \text{if } \beta p1

and mode

: q \left({\frac{\alpha p -1}{\beta p +1}}\right)^\tfrac{1}{p} \quad \text{if } \alpha p\ge 1

Note that if p = q = 1 then the generalized beta prime distribution reduces to the standard beta prime distribution.

This generalization can be obtained via the following invertible transformation. If y\sim\beta'(\alpha,\beta) and x=qy^{1/p} for q,p0, then x\sim\beta'(\alpha,\beta,p,q).

Compound gamma distribution

The compound gamma distribution is the generalization of the beta prime when the scale parameter, q is added, but where p = 1. It is so named because it is formed by compounding two gamma distributions:

:\beta'(x;\alpha,\beta,1,q) = \int_0^\infty G(x;\alpha,r)G(r;\beta,q) ; dr

where G(x;a,b) is the gamma pdf with shape a and inverse scale b.

The mode, mean and variance of the compound gamma can be obtained by multiplying the mode and mean in the above infobox by q and the variance by q2.

Another way to express the compounding is if r\sim G(\beta,q) and x\mid r\sim G(\alpha,r), then x\sim\beta'(\alpha,\beta,1,q). This gives one way to generate random variates with compound gamma, or beta prime distributions. Another is via the ratio of independent gamma variates, as shown below.

Properties

  • If X \sim \beta'(\alpha,\beta) then \tfrac{1}{X} \sim \beta'(\beta,\alpha).
  • If Y\sim\beta'(\alpha,\beta), and X=qY^{1/p}, then X\sim\beta'(\alpha,\beta,p,q).
  • If X \sim \beta'(\alpha,\beta,p,q) then kX \sim \beta'(\alpha,\beta,p,kq) .
  • \beta'(\alpha,\beta,1,1) = \beta'(\alpha,\beta)

Notes

References

  • Johnson, N.L., Kotz, S., Balakrishnan, N. (1995). Continuous Univariate Distributions, Volume 2 (2nd Edition), Wiley.

  • MathWorld article

References

  1. Johnson et al (1995), p 248
  2. (2021). "A new regression model for positive random variables with skewed and long tail". Metron.
  3. Dubey, Satya D.. (December 1970). "Compound gamma, beta and F distributions". Metrika.
Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Beta prime 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