twrr {FinCal} | R Documentation |
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
Examples
twrr(ev=c(120,260),bv=c(100,240),cfr=c(2,4))
[Package FinCal version 0.6.3 Index]