[SciPy-User] Question on scipy.special.gammaincc

Christoph Deil deil.christoph at googlemail.com
Tue May 24 16:24:43 EDT 2011


On May 24, 2011, at 9:44 PM, Skipper Seabold wrote:

>> Is there another way to compute the incomplete gamma function for negative first arguments?
>> 
> 
> I don't think scipy has a generalized incomplete gamma function
> without the regularization. You might try mpmath

Thanks, Skipper!
mpmath.gammainc is exactly what I need.

For the future it would be nice if scipy.special also contained the generalized incomplete gamma function without the regularization,
so that my code doesn't have to depend on mpmath in addition to scipy.

Christoph




More information about the SciPy-User mailing list