pv.simple: Estimate present value (pv) of a single sum

Description Usage Arguments See Also Examples

Description

Estimate present value (pv) of a single sum

Usage

1
pv.simple(r, n, fv)

Arguments

r

discount rate, or the interest rate at which the amount will be compounded each period

n

number of periods

fv

future value

See Also

pv

Examples

1
2
3
pv.simple(0.07,10,100)

pv.simple(r=0.03,n=3,fv=1000)

felixfan/FinCal documentation built on May 16, 2019, 12:46 p.m.