The Dirichlet Distribution

The Dirichlet Distribution 狄利克雷分布

可参考http://www.xperseverance.net/blogs/2012/03/510/

Probability Distributions(Beta分布,多项式分布和高斯分布)

可参考:http://www.xperseverance.net/blogs/2012/03/21/

\Gamma \,函数,也叫做伽玛函数(Gamma函数),是阶乘函数在实数与复数上的扩展。对于实数部份为正的复数z,伽玛函数定义为:

 \Gamma(z) = \int_{0}^{\infty} \frac{t^{z-1}}{e^t} \,{\rm{d}}t

此定义可以用解析开拓原理拓展到整个复数域上,非正整数除外。

 \Gamma \,函数的递推公式为:  \Gamma(x+1)=x\Gamma(x)

对于正整数n\,,有

 \Gamma(n+1)=n!

可以说 \Gamma \,函数是阶乘的推广。

来自wiki的解释:http://zh.wikipedia.org/wiki/Γ函数

原文地址:https://www.cnblogs.com/ywl925/p/2969231.html