pv.uneven {FinCal} | R Documentation |
Computing the present value of an uneven cash flow series
Description
Computing the present value of an uneven cash flow series
Usage
pv.uneven(r, cf)
Arguments
r |
discount rate, or the interest rate at which the amount will be compounded each period |
cf |
uneven cash flow |
See Also
Examples
pv.uneven(r=0.1, cf=c(-1000, -500, 0, 4000, 3500, 2000))
[Package FinCal version 0.6.3 Index]