Life contingencies with R
By arthur charpentier on Friday, June 1 2012, 10:25 - talks and seminars - Permalink
I will be giving in less than four weeks a short course at the 6th R/Rmetrics Meielisalp Workshop & Summer School on Computational Finance and Financial Engineering organized by ETH Zürich, https://www.rmetrics.org/. The talk will be on Actuarial models with R, and first part will be dedicated to life insurance. A complete set of slides can be downloaded from the blog, but in the talk, only some part will be presented.
The codes are from a book on actuarial science in R, written with Christophe Dutang and Vincent Goulet (so far in French) that should appear, some day... The code used in the slides can be downloaded from here, and datasets are the following,
> TD <- read.table( + "http://perso.univ-rennes1.fr/arthur.charpentier/TD8890.csv", + sep=";",header=TRUE) > TV <- read.table( + "http://perso.univ-rennes1.fr/arthur.charpentier/TV8890.csv", + sep=";",header=TRUE)
For additional resources, I recommend Emiliano's website, http://www.math.uconn.edu/, with great lectures on life insurance mathematics, and the (new) lifecontinfencies vignette on http://cran.r-project.org/,
> library(lifecontingencies)







Comments
Please, how do you deal with life contingencie's symbols in LaTeX? My google's research lead me to a certain lifecon package. But i don't know how to work with it. As i see there are some of those symbols in your slides, how did you made it? Thanks!
interessant ! Je vais essayer de tarifer et d'evaluer les reserves d'un T20 et T100 pour voir la maniabilité de la librairie.