Arranging a Two-Parameter Gamma Distribution into Exponential Family Form

2020/12/23

Tags: statistics math

Note: MathJax 3, Hugo, and Netlify just aren’t playing nice for some reason, so pardon any LATEX spillage.

A probability distribution function (PDF) is part of the exponential family if it can be arranged into the form

f(x|θ)=h(x)c(θ)exp(i=1kwi(θ)ti(x))

where θ is the vector of parameters. The shape-scale parameterization of the Gamma distribution PDF takes the form

fX(x)=1Γ(k)β(k)xk1exβ

We use β to notate the rate parameter in the shape-rate parameterization of the Gamma PDF, while k is the symbol for the scale parameter.

Can we arrange that PDF into an exponential family form? Spoiler: Yes. Here, we demonstrate that a Gamma PDF given two unknown parameters, β and k, belongs to the exponential family.

We start by re-arranging the Gamma distribution:

f(x|k,β)=1Γ(k)β(k)xk1exβ =1Γ(k)β(k)e(k1)ln(x)exβ =1Γ(k)β(k)e(k1)ln(x)xβ

The log identity xb=ebln(x) is a very useful logarithmic identity to remember when trying to arrange PDFs into exponential family form.

Subsequently, let h(x)=Ix>0(x) (If you see that h(x)=1, that is a cue to use an indicator function that ranges through the support of x when shaping functions into exponential family form.) Hence, we assign pieces of the re-arranged Gamma PDF to their corresponding exponential family sections:

h(x)=Ix>0(x) c(k,β)=1Γ(k)β(k) w1(k,β)=k1 w2(k,β)=1β t1(x)=ln(x) t2(x)=x

Hence, the Gamma distribution given unknown parameters β and k constituting a two-dimensional parameter vector θ can be shown to be part of the exponential family. A similar process will apply for showing that a Gamma PDF with one unknown parameter, β or k is also part of the exponential family.

>> Home