ML Wiki
Machine Learning Wiki - A collection of ML concepts, algorithms, and resources.

Gamma Function

Gamma Function

for integers, Factorial $x! = x\, (x - 1)!$ what if $x$ is not an integer?

can use the Gamma Function:

$x! = \Gamma(x) = \int\limits_{t=0}^\infty t^x\, e^{-t}\, dt$

Sources