We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
guess
1 parent 10a386e commit 90b6297Copy full SHA for 90b6297
numpy_financial/_financial.py
@@ -690,7 +690,7 @@ def irr(values, guess=0.1):
690
the initial investment, will typically be negative.
691
guess : float, optional
692
Initial guess of the IRR for the iterative solver. If no guess is
693
- given 0.1 is used instead.
+ given an initial guess of 0.1 (i.e. 10%) is assumed instead.
694
695
Returns
696
-------
0 commit comments