forked from mages/ChainLadder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·51 lines (51 loc) · 1.69 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: ChainLadder
Type: Package
Title: Statistical Methods and Models for Claims Reserving in
General Insurance
Version: 0.2.6
Date: 2017-11-06
Authors@R: c(person("Markus", "Gesmann", role = c("aut", "cre"),
email = "markus.gesmann@googlemail.com"),
person("Daniel", "Murphy", role = "aut",
email="danielmarkmurphy@gmail.com"),
person("Yanwei (Wayne)", "Zhang", role = "aut",
email="actuary_zhang@hotmail.com"),
person("Alessandro", "Carrato", role = "aut",
email="alessandro.carrato@gmail.com"),
person("Giuseppe", "Crupi", role="aut",
email="crupi.giuseppe@gmail.com"),
person("Christophe", "Dutang", role="ctb"),
person("Arnaud", "Lacoume", role="ctb"),
person("Arthur", "Charpentier", role = "ctb"),
person("Mario", "Wuthrich", role = "aut"),
person("Fabio", "Concina", role="aut",
email="fabio.concina@gmail.com")
)
Description: Various statistical methods and models which are
typically used for the estimation of outstanding claims reserves
in general insurance, including those to estimate the claims
development result as required under Solvency II.
Imports:
Matrix,
actuar,
methods,
stats,
reshape2,
lattice,
grid,
tweedie,
utils,
systemfit,
statmod,
cplm (>= 0.7-3),
ggplot2,
MASS
Suggests:
RUnit, knitr, rmarkdown
VignetteBuilder:
knitr
License: GPL (>= 2)
URL: https://github.com/mages/ChainLadder#chainladder
BugReports: https://github.com/mages/ChainLadder/issues
LazyLoad: yes
LazyData: yes