-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathDESCRIPTION
executable file
·60 lines (60 loc) · 2.13 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
52
53
54
55
56
57
58
59
60
Package: ChainLadder
Type: Package
Title: Statistical Methods and Models for Claims Reserving in
General Insurance
Version: 0.2.14
Date: 2021-11-11
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="ctb",
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",
email = "mario.wuethrich@math.ethz.ch"),
person("Fabio", "Concina", role="aut",
email="fabio.concina@gmail.com"),
person("Eric", "Dal Moro", role="aut",
email="eric_dal_moro@yahoo.com"),
person("Yuriy", "Krvavych", role="ctb",
email="y.krvavych@gmail.com"),
person("Vincent", "Goulet", role="ctb",
email="vincent.goulet@act.ulaval.ca"),
person("Marco", "De Virgilis", role="ctb",
email="devirgilis.marco@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,
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
BugReports: https://github.com/mages/ChainLadder/issues
LazyLoad: yes
LazyData: yes
RoxygenNote: 7.1.1