powered by
Internal Rate of Return of a periodic cashflow (IRR)
irr(cf, ts = seq(from = 0, by = 1, along.with = cf), interval = c(-1, 10), ...)
The cashflow
The times on which the cashflow occurs. It is assumed that cf[idx] happens at moment ts[idx]
cf[idx]
ts[idx]
A length 2 vector that indicates the root finding algorithm where to search for the irr
Other arguments to be passed on to uniroot
irr(cf = c(-1, 0.5, 0.9), ts = c(0, 1, 3))
Run the code above in your browser using DataLab