annu.pv.df: Calculate present value of annuity

Description Usage Arguments Examples

View source: R/annu.pv.df.R

Description

Calculate present value of an ordinary annuity or an annuity due.

Usage

1
annu.pv.df(pmt,i,n,k)

Arguments

pmt

:the equal amount of payment of each period

i

:interest rate accoding to the period

n

:number of periods

k

:number of periods deffered

Examples

1
#annu.pv(100,0.0248,10,4,0)

FinAna documentation built on May 2, 2019, 2:51 p.m.

Related to annu.pv.df in FinAna...