Skip to content

Dilayedi/ChainLadder

This branch is 64 commits behind mages/ChainLadder:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

91e1a8b · Jan 5, 2021
Dec 14, 2020
Dec 28, 2020
Mar 21, 2019
Dec 27, 2020
Dec 27, 2020
Dec 28, 2020
Nov 10, 2018
Jan 5, 2021
Dec 13, 2020
Oct 17, 2018
May 18, 2014
Jan 5, 2021
Mar 25, 2019
Sep 9, 2016
Dec 28, 2020
Jan 27, 2020
May 11, 2019

Repository files navigation

ChainLadder

R-CMD-check

CRAN_Status_Badge downloads

ChainLadder is an R package providing methods and models which are typically used in insurance claims reserving, including:

  • Mack chain-ladder, Munich chain-ladder and Bootstrap models
  • General multivariate chain ladder-models
  • Loss development factor fitting and Cape Cod models
  • Generalized linear models
  • One year claims development result functions
  • Utility functions to:
    • convert tables into triangles and triangles into tables
    • convert cumulative into incremental and incremental into cumulative triangles
    • visualise triangles

Installation

You can install the stable version from CRAN:

install.packages('ChainLadder', dependencies = TRUE)

To install the current development version from github you can use the devtools package:

To install ChainLadder run:

library(devtools)
install_github("mages/ChainLadder", dependencies = TRUE)

Usage

library(ChainLadder)
?ChainLadder
demo(ChainLadder)

See the ChainLadder package vignette for more details.

Citation

To cite package 'ChainLadder' in publications see the output of:

citation(package="ChainLadder")

See also:

Markus Gesmann. Claims Reserving and IBNR. Computational Actuarial Science with R. 2014. Chapman and Hall/CRC

License

This package is free and open source software, licensed under GPL.

Creative Commons Licence
ChainLadder documentation is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Packages

No packages published

Languages

  • R 100.0%