haskell / math-functions

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

Implement root bracketing in invIncompleteGamma and invincopmleteBeta #46

Open Shimuuar opened 8 years ago

Shimuuar commented 8 years ago

We can imrove convergence and rule out some of looping behaviors during Halley iterations by bracketing root like it's done in boost,