PV_post_exact: Computes the present value of an annuity-immediate...

Description Usage Arguments Author(s) Examples

View source: R/PV_post_exact.R

Description

Computes the present value of an annuity-immediate considering only non-central moments of negative orders.

Usage

1

Arguments

data

A vector of interest rates.

years

The number of years of the income. Default is 10 years.

Author(s)

Salvador Cruz Rambaud, Fabrizio Maturo, Ana María Sánchez Pérez

Examples

1
2
3
4
# example 1
data=c(0.0177, 0.0185, 0.0185, 0.0184, 0.0184, 0.0183, 0.0185, 0.0185, 0.0188, 0.0185, 
0.0180, 0.0184, 0.0191, 0.0185, 0.0184, 0.0185, 0.0186, 0.0185, 0.0188, 0.0186)
PV_post_exact(data,10)

fabriziomaturo/AnnuityRIR documentation built on May 28, 2019, 8:38 p.m.