plot_FV_pre_beta_kmom {AnnuityRIR} | R Documentation |
Plot the final expected value
of an n
-payment annuity, with payments of 1 unit each made at
the beginning of every year (annuity-due), valued at the rate X
,
using the estimated moments of the beta distribution.
Description
Plot the final expected value
of an n
-payment annuity, with payments of 1 unit each made at
the beginning of every year (annuity-due), valued at the rate X
,
using the estimated moments of the beta distribution.
Usage
plot_FV_pre_beta_kmom(data,years,lwd,lty)
Arguments
data |
A vector of interest rates. |
years |
The number of years of the income. Default is 10 years. |
lwd |
The width of the curve. Default is 1.5. |
lty |
The style of the curve. Default is 1. |
Author(s)
Salvador Cruz Rambaud, Fabrizio Maturo, Ana María Sánchez Pérez
Examples
# example 1
data<-runif(34, 0,1)
plot_FV_pre_beta_kmom(data,8)
[Package AnnuityRIR version 1.0-0 Index]