haskell / math-functions

Special mathematical functions
http://hackage.haskell.org/package/math-functions
BSD 2-Clause "Simplified" License
40 stars 28 forks source link

Add upper incomplete gamma function #2

Open Shimuuar opened 12 years ago

Shimuuar commented 12 years ago

It's required for accurate estimation of probability P(X>x) for large x for χ² and gamma distributions and consequently evaluate improbability of fit/statistical hypothesis.

This report is of low priority.

Shimuuar commented 8 years ago

New implementation of incomplete gamma have most of ingredients needed to implement upper incomplete gamma.