To use these functions, choose .
The Gamma, Incomplete gamma, and Natural log of gamma functions extend the factorial function (1 * 2 * 3...* n) so that factorials can be calculated for fractions in addition to positive integers. The Natural log of gamma function is sometimes used in calculations instead of the gamma function because the Natural log of gamma is less likely to generate very large numbers that can be larger than the storage capability and cause overflow.
For shape, specify the number you want to take the function of. For limit, specify the upper limit of the integral.
Calculator expression | Result |
---|---|
GAMMA(0.5) | 1.77245 |
IGAMMA(1,2) | 0.264241 |
LNGAMMA(3.5) | 1.20097 |
The Natural log of gamma function, , is the natural log of the complete gamma function.
The Complete gamma function is undefined when the variable a equals a negative integer or zero. The Incomplete gamma function is undefined when the variable a equals any negative number or zero. Minitab returns a missing value * when the Gamma function of a number is undefined.
The Gamma function is important in pure and applied mathematics, science, and engineering, including applications involving heat conduction in lasers and human tissues. In statistics, the gamma function is used to calculate the probability density function and cumulative distribution function of the gamma distribution, which can be used to describe positively skewed data.