On this page
numpy.mirr
- numpy.mirr(values, finance_rate, reinvest_rate)[source]
- 
    Modified internal rate of return. Deprecated since version 1.18: mirris deprecated; for details, see NEP 32 [1]. Use the corresponding function in the numpy-financial library, https://pypi.org/project/numpy-financial.- Parameters
- 
      - valuesarray_like
- 
        Cash flows (must contain at least one positive and one negative value) or nan is returned. The first value is considered a sunk cost at time zero. 
- finance_ratescalar
- 
        Interest rate paid on the cash flows 
- reinvest_ratescalar
- 
        Interest rate received on the cash flows upon reinvestment 
 
- Returns
- 
      - outfloat
- 
        Modified internal rate of return 
 
 References- 1
- 
      NumPy Enhancement Proposal (NEP) 32, https://numpy.org/neps/nep-0032-remove-financial-functions.html 
 
© 2005–2020 NumPy Developers
Licensed under the 3-clause BSD License.
 https://numpy.org/doc/1.19/reference/generated/numpy.mirr.html