irr: The IRR is returned as an effective rate with periodicity...

View source: R/CfFuncs.R

irrR Documentation

The IRR is returned as an effective rate with periodicity equal to that of the cashflow

Description

Internal Rate of Return of a periodic cashflow (IRR)

Usage

irr(cf, ts = seq(from = 0, by = 1, along.with = cf), interval = c(-1, 10), ...)

Arguments

cf

The cashflow

ts

The times on which the cashflow occurs. It is assumed that cf[idx] happens at moment ts[idx]

interval

A length 2 vector that indicates the root finding algorithm where to search for the irr

...

Other arguments to be passed on to uniroot

Examples

irr(cf = c(-1, 0.5, 0.9), ts = c(0, 1, 3))

tvm documentation built on Aug. 30, 2023, 5:19 p.m.