lifecontingencies icon indicating copy to clipboard operation
lifecontingencies copied to clipboard

Financial and Actuarial Mathematics for Life Contingencies

Results 9 lifecontingencies issues
Sort by recently updated
recently updated
newest added

I have been working with your package. I had a issue, and it is depending of the multiple decrements table the probability of survival turns to be negative. I couldn't...

Since we only support R 4.1, 4.2 on Conda Forge right now, I patched the latest release to `R >= 4.1` and [everything appears to build without issue](https://github.com/conda-forge/r-lifecontingencies-feedstock/pull/4/checks?check_run_id=13284833712) and all...

``` require(lifecontingencies) data("demoGermany") lifetableMale = probs2lifetable(probs= demoGermany$qxMale, radix = 10000, type = "qx", name= "DE 1994 Male") actuarialTable = new("actuarialtable",x=lifetableMale@x, lx=lifetableMale@lx, interest=0.02, name="German Male '94 actuarialtable") age = 109 limit...

Old R actuarial functions should be moved to backup file to ease maintenance. Unuseful comments should be removed from R code and put in man files (by roxygen)

Annuities in Rcpp should be implemented

enhancement
help wanted

# Issue : In my attempt to regenerate AM92 table (with duration 0, 1, 2+/ultimate) , I reckon that current version will not provide a correct result. I manually crossed-check...

enhancement

Annuity immediate / due should be fixed in temrinology and possibly in parameters definitions / calculations

bug
enhancement

Porting parallelized simulations into RcppParallel

enhancement
help wanted

Actuarialtable and lifetable initialization procedures have many duplicated code... Optimization, should be performed having a look to s4 classes best practices (callNextMethods...)

enhancement