The pdf of the gamma distribution is given by:
f(x; v, A) = \frac{A^v x^{v-1} e^{-Ax}}{\Gamma(v)}
Now, let's rewrite this in the form of an exponential family distribution:
f(x; v, A) = \frac{A^v}{\Gamma(v)} x^{v-1} e^{-Ax}
f(x; v, A) = \exp\left(v \log A -
Show more…