irr Questions
0
First of all, apologies for posting the same question again.
I want to add the grace period to a repay table for the flat interest calculation method such that the interest amount can be received f...
1
Solved
I am trying to calculate an IRR with several dimensions in Matlab 2019a. My formula works in theory (ignoring the "multiple rates of return" warning for now), but the problem is that for bigger mat...
Wont asked 4/6, 2019 at 8:33
2
Solved
I am not able to calculate IRR. I am usign Microsoft.VisualBasic to calculate IRR. Here is a case:
using Microsoft.VisualBasic;
...
static void Main(string[] args)
{
double[] tmpCashflows = ne...
3
Solved
This is a simple function I use to calculate IRR. However, there are incidences when all cash flows are negative and return "Error in uniroot(npv, c(0, 1), cf = cf) : f() values at end points not o...
Zenia asked 8/6, 2016 at 16:24
2
Solved
When I calculate the Internal Rate of Return (irr) using the numpy method irr, I receive nan as return.
In [45]: numpy.irr([-10, 2, 2, 2, 2])
Out[45]: nan
Shouldn't the results be at least negat...
1
© 2022 - 2024 — McMap. All rights reserved.