plot_FV_post_beta_kmom function

Plot the final expected value of an nn-payment annuity, with payments of 1 unit each made at the end of every year (annuity-immediate), valued at the rate XX, using the estimated moments of the beta distribution.

WINDOWS-1252

Plot the final expected value of an nn-payment annuity, with payments of 1 unit each made at the end of every year (annuity-immediate), valued at the rate XX, 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 1 data<-runif(34, 0,1) plot_FV_post_beta_kmom(data,8)
  • Maintainer: Fabrizio Maturo
  • License: GPL (>= 2)
  • Last published: 2017-11-03