MCPcopy Index your code
hub / github.com/clips/pattern / gamma

Function gamma

pattern/metrics.py:827–828  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

825 return y + log(2.50662827465 * n)
826
827def gamma(x):
828 return exp(gammaln(x))
829
830def gammai(a, x, tail=UPPER):
831 """ Returns the incomplete gamma function for LOWER or UPPER tail.

Callers 1

tpdfFunction · 0.85

Calls 1

gammalnFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…