Description Usage Arguments Author(s) Examples
View source: R/plot_FV_post_beta_kmom.R
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.
1  | plot_FV_post_beta_kmom(data,years,lwd,lty)
 | 
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.  | 
Salvador Cruz Rambaud, Fabrizio Maturo, Ana MarÃa Sánchez Pérez
1 2 3  | # example 1
data<-runif(34, 0,1)
plot_FV_post_beta_kmom(data,8)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.