PV_pre_triang_3 function

Compute the present value of an annuity-due considering only non-central moments of negative orders. The calculation is performed by using the function triangular_moments_3triangular\_moments\_3 for the moments greater than 2-2 (in absolute value).

WINDOWS-1252

Compute the present value of an annuity-due considering only non-central moments of negative orders. The calculation is performed by using the function triangular_moments_3triangular\_moments\_3 for the moments greater than 2-2 (in absolute value).

PV_pre_triang_3(data,years)

Arguments

  • data: A vector of interest rates expressed as percentages.
  • 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

data=c(1.77,1.85,1.85,1.84,1.84,1.83,1.85,1.85,1.88,1.85,1.80,1.84,1.91,1.85,1.84,1.85, 1.86,1.85,1.88,1.86) PV_pre_triang_3(data,10)
  • Maintainer: Fabrizio Maturo
  • License: GPL (>= 2)
  • Last published: 2017-11-03