Learn R Programming

FinCal (version 0.6.3)

twrr: Computing TWRR, the time-weighted rate of return

Description

Computing TWRR, the time-weighted rate of return

Usage

twrr(ev, bv, cfr)

Arguments

ev
ordered ending value list
bv
ordered beginning value list
cfr
ordered cash flow received list

See Also

hpr

Examples

Run this code
twrr(ev=c(120,260),bv=c(100,240),cfr=c(2,4))

Run the code above in your browser using DataLab