Learn R Programming

FinCal (version 0.6.3)

pv.uneven: 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

pv.simple

npv

Examples

Run this code
pv.uneven(r=0.1, cf=c(-1000, -500, 0, 4000, 3500, 2000))

Run the code above in your browser using DataLab