irr
irr copied to clipboard
Better implementation of numpy.irr
Results
2
irr issues
Sort by
recently updated
recently updated
newest added
I tried install using pipenv but failed ``` pipenv install -e git://github.com/better/irr#egg=irr ``` The error > ValueError: pipenv requires an #egg fragment for version controlled dependencies. Please install remote dependency...
Hey, Really like how fast the algorithm is but at IRR values that are supposed to be close to zero, the irr_binary_search calculation diverges, irr_newton seem to find the proper...