Description Usage Arguments Author(s) Examples
View source: R/PV_pre_triang_dis.R
Compute the present value of an annuity-due considering only non-central moments of negative orders. The calculation is performed by using the moments of the fitted triangular distribution of the random variable "capitalization factor" U (which are obtained from the definition of negative moment of a continuous random variable)
1  | PV_pre_triang_dis(data,years)
 | 
data | 
 A vector of interest rates expressed as percentages.  | 
years | 
 The number of years of the income. Default is 10 years.  | 
Salvador Cruz Rambaud, Fabrizio Maturo, Ana MarÃa Sánchez Pérez
1 2 3  | 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_dis(data,10)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.