disc_cf {tvm} | R Documentation |
Value of a discounted cashflow
Description
Value of a discounted cashflow
Usage
disc_cf(fd, cf)
Arguments
fd |
The discount factor vector |
cf |
The cashflow |
Examples
disc_cf(fd = c(1, 0.99, 0.98, 0.97), cf = c(1, -0.3, -0.4, -0.6))
[Package tvm version 0.5.2 Index]