M HYPE SPLASH
// updates

Statistics-relationships between gamma and exponential distribution

By Emma Valentine
$\begingroup$

Just want to clarify whether the following is correct: If gamma(a,b) ,then exp(a/b)?

where a,b are parameters for gamma and a/b is the parameter for exp

for example, gamma(1,2)=exp(1/2) Is this true for every a,b>0? Thank you!

$\endgroup$

1 Answer

$\begingroup$

The PDF for the $\Gamma(\alpha,\lambda)$ distribution is $$ f(x)=\frac{x^{\alpha-1}\lambda^{\alpha}}{\Gamma(\alpha)}e^{-\lambda x}$$ for $x>0$. This is not the PDF for any exponential distribution unless $\alpha=1$.

However, the gamma and exponential distributions are closely related: if $X_1,\dots,X_k$ are independent and exponentially distributed with parameter $\lambda$, then $X_1+\dots+X_k$ is $\Gamma$ distributed with parameters $k$ and $\lambda$.

$\endgroup$ 4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy