R/FV_pre_norm_kmom.R

FV_pre_norm_kmom = function(data, years=10) {
  app = rep(NA, years)
  for (i in 1:years)
    app[i] = norm_mom(data, i)
  FV = sum(app)
  return(FV)
}

Try the AnnuityRIR package in your browser

Any scripts or data that you put into this service are public.

AnnuityRIR documentation built on May 1, 2019, 8:22 p.m.