Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I'm puzzled: what does a Greek $\Gamma$ mean in statistics? For example, here http://en.wikipedia.org/wiki/Weibull_distribution in the definition of the mean.

share|improve this question
2  
In mathematics it refers to the Gamma function: is that what you have in mind? – whuber Jul 12 '11 at 19:11

1 Answer

up vote 5 down vote accepted

Usually when you encounter a capital gamma, $\Gamma$, it refers to the gamma function. It is defined as $$\Gamma(z)=\int_{0}^{\infty}t^{z-1}e^{-t}dt$$In the special case where $z\in\mathbb{Z}_+$, $$\Gamma(z)=(z-1)!$$You can check the Wikipedia page to get some more information.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.