I have a problem which is posed in terms of incomplete Gamma functions and inverse incomplete Gamma functions. Recall that where a Gamma function is a particular integral from 0 to infinity, incomplete gamma functions add another parameter, x, and integrate from 0 to x (a lower incomplete) and from x to infinity (an upper incomplete.)
I know Matlab has functions covering all those functions: complete Gamma functions, upper and lower incomplete Gamma functions, and the inverses. However, Matlab implements their incomplete Gamma functions as regularized incomplete gamma functions, which is to say, they are divided by the complete Gamma functions.
I am looking for Matlab implementations of the non-regularized incomplete Gamma functions, most especially the inverse incomplete Gamma functions. Does anyone know of such a thing, or an easy way to construct one? (The 'forward' incomplete Gamma functions are easy to implement by scaling, but there may be faster implementations. If there is a simple implementation of the inverses, it eludes me.)