summaryrefslogtreecommitdiff
path: root/numpy/lib/financial.py
Commit message (Collapse)AuthorAgeFilesLines
* BUG: fix div by zero handling in nper.David Cournapeau2010-03-311-8/+18
|
* more docstring updates from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-11/+13
|
* Docstring update: libPauli Virtanen2009-10-021-5/+14
|
* Fix mirr function and its test. Thanks go to Skipper and Josef.Charles Harris2009-08-261-8/+4
|
* Make some fixes in mirr implementation to avoid overflow inCharles Harris2009-08-261-5/+5
| | | | summing booleans. Do some whitespace cleanup.
* Add patch in ticket #1138 which fixes mirr function to be the same as Excel ↵Travis Oliphant2009-08-251-7/+11
| | | | and OO Calc.
* Merge from doc wikiPauli Virtanen2009-06-191-14/+170
|
* Merge from the doc wikiPauli Virtanen2009-03-241-1/+0
|
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ↵Pauli Virtanen2008-10-281-37/+172
| | | | they are still an improvement)
* Remove piece-by-piece docstring assembly; the full texts were inserted in ↵Pauli Virtanen2008-08-081-79/+0
| | | | the docstrings in r5610
* Merge from documentation editor.Stefan van der Walt2008-08-051-5/+184
|
* Use the implicit "import numpy as np" made available to all doctests instead Alan McIntyre2008-07-051-4/+4
| | | | | of explicit imports or dependency on the local scope where the doctest is defined..
* Merge documentation changes from wiki.Stefan van der Walt2008-05-191-4/+4
|
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-27/+27
|
* Fix doc-tests for financial.py so they don't rely on floating-point ↵Travis Oliphant2008-04-081-2/+4
| | | | exactness. Start filling in final function.
* Improve comments.Travis Oliphant2008-04-081-1/+10
|
* Add docs and examples for financial functions.Travis Oliphant2008-04-081-34/+94
|
* Add modified internal rate of return calculation which is more conservative ↵Travis Oliphant2008-04-041-1/+26
| | | | and takes into account re-investing profits and expense of financing losses.
* Add fromregex function (needs more testing) and some simple spreadsheet-like ↵Travis Oliphant2008-04-041-0/+151
financial calculations.