Plot the final expected value of an n-payment annuity, with payments of 1 unit each made at the end of every year (annuity-immediate), valued at the rate X, using the estimated moments of the beta distribution.
WINDOWS-1252
Plot the final expected value of an n-payment annuity, with payments of 1 unit each made at the end of every year (annuity-immediate), valued at the rate X, using the estimated moments of the beta distribution.
plot_FV_post_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 1data<-runif(34,0,1)plot_FV_post_beta_kmom(data,8)