Samiksha Jaiswal (Editor)

Generalized integer gamma distribution

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In probability and statistics, the generalized integer gamma distribution (GIG) is the distribution of the sum of independent gamma distributed random variables, all with integer shape parameters and different rate parameters. This is a special case of the generalized chi-squared distribution. A related concept is the generalized near-integer gamma distribution (GNIG).

Contents

Definition

The random variable X has a gamma distribution with shape parameter r and rate parameter λ if its probability density function is

f X ( x ) = λ r Γ ( r ) e λ x x r 1             ( x > 0 ; λ , r > 0 )

and this fact is denoted by X Γ ( r , λ ) .

Let X j Γ ( r j , λ j ) , where ( j = 1 , , p ) , be p independent random variables, with all r j being positive integers and all λ j different. In other words, each variable has the Erlang distribution with different shape parameters. The uniqueness of each shape parameter comes without loss of generality, because any case where some of the λ j are equal would be treated by first adding the corresponding variables: this sum would have a gamma distribution with the same rate parameter and a shape parameter which is equal to the sum of the shape parameters in the original distributions.

Then the random variable Y defined by

Y = j = 1 p X j

has a GIG (generalized integer gamma) distribution of depth p with shape parameters r j and rate parameters λ j ( j = 1 , , p ) . This fact is denoted by

Y G I G ( r j , λ j ; p ) .

It is also a special case of the generalized chi-squared distribution.

Properties

The probability density function and the cumulative distribution function of Y are respectively given by

f Y GIG ( y | r 1 , , r p ; λ 1 , , λ p ) = K j = 1 p P j ( y ) e λ j y ,         ( y > 0 )

and

F Y GIG ( y | r 1 , , r j ; λ 1 , , λ p ) = 1 K j = 1 p P j ( y ) e λ j y ,         ( y > 0 )

where

K = j = 1 p λ j r j   ,           P j ( y ) = k = 1 r j c j , k y k 1

and

P j ( y ) = k = 1 r j c j , k ( k 1 ) ! i = 0 k 1 y i i ! λ j k i

with

and

where

Alternative expressions are available in the literature on generalized chi-squared distribution, which is a field wherecomputer algorithms have been available for some years.

Generalization

The GNIG (generalized near-integer gamma) distribution of depth p + 1 is the distribution of the random variable

Z = Y 1 + Y 2 ,

where Y 1 G I G ( r j , λ j ; p ) and Y 2 Γ ( r , λ ) are two independent random variables, where r is a positive non-integer real and where λ λ j ( j = 1 , , p ) .

Properties

The probability density function of Z is given by

f Z GNIG ( z | r 1 , , r p , r ; λ 1 , , λ p , λ ) = K λ r j = 1 p e λ j z k = 1 r j { c j , k Γ ( k ) Γ ( k + r ) z k + r 1 1 F 1 ( r , k + r , ( λ λ j ) z ) } ,         ( z > 0 )

and the cumulative distribution function is given by

F Z GNIG ( z | r 1 , , r p , r ; λ 1 , , λ p , λ ) = λ r z r Γ ( r + 1 ) 1 F 1 ( r , r + 1 , λ z ) K λ r j = 1 p e λ j z k = 1 r j c j , k i = 0 k 1 z r + i λ j i Γ ( r + 1 + i ) 1 F 1 ( r , r + 1 + i , ( λ λ j ) z )         ( z > 0 )

where

c j , k = c j , k λ j k Γ ( k )

with c j , k given by (1)-(3) above. In the above expressions 1 F 1 ( a , b ; z ) is the Kummer confluent hypergeometric function. This function has usually very good convergence properties and is nowadays easily handled by a number of software packages.

Applications

The GIG and GNIG distributions are the basis for the exact and near-exact distributions of a large number of likelihood ratio test statistics and related statistics used in multivariate analysis. More precisely, this application is usually for the exact and near-exact distributions of the negative logarithm of such statistics. If necessary, it is then easy, through a simple transformation, to obtain the corresponding exact or near-exact distributions for the corresponding likelihood ratio test statistics themselves.

The GIG distribution is also the basis for a number of wrapped distributions in the wrapped gamma family.

As being a special case of the generalized chi-squared distribution, there are many other applications; for example, in renewal theory and in multi-antenna wireless communications.

Computer modules

Modules for the computation of the p.d.f. and c.d.f. of both the GIG and the GNIG distributions are made available at this web-page on near-exact distributions.

References

Generalized integer gamma distribution Wikipedia