[This article was first published on Freakonometrics - Tag - R-english, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
< embed name="__sse13225464" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=swiss-part3-120606124631-phpapp02&stripped_title=swiss-part3&userName=charthur" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" wmode="transparent" width="450">
Once again, 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 above are based on the following datasets,
> source("http://perso.univ-rennes1.fr/arthur.charpentier/ + bases.R")We will built our own functions to derive all quantities. One function used can be found here
> source("http://perso.univ-rennes1.fr/arthur.charpentier/ + merz-wuthrich-triangle.R")Finally, note that most of the code can be found in the following library
> library(ChainLadder)
To leave a comment for the author, please follow the link and comment on their blog: Freakonometrics - Tag - R-english.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.