scipy.special.gamma

scipy.special.gamma(x[, out]) = <ufunc 'gamma'>

y=gamma(z) returns the gamma function of the argument. The gamma function is often referred to as the generalized factorial since z*gamma(z) = gamma(z+1) and gamma(n+1) = n! for natural number n.

Previous topic

scipy.special.expit

Next topic

scipy.special.gammaln

This Page