-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.63 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
Package: ReIns
Version: 1.0.15
Date: 2024-11-30
Title: Functions from "Reinsurance: Actuarial and Statistical Aspects"
Description: Functions from the book "Reinsurance: Actuarial and Statistical Aspects" (2017) by Hansjoerg Albrecher, Jan Beirlant and Jef Teugels <https://www.wiley.com/en-us/Reinsurance%3A+Actuarial+and+Statistical+Aspects-p-9780470772683>.
Authors@R: c(
person("Tom", "Reynkens", email = "tomreynkens.r@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5516-5107")),
person("Roel", "Verbelen", role = "aut", comment = c("R code for Mixed Erlang distribution", ORCID = "0000-0002-2347-9240")),
person("Anastasios", "Bardoutsos", role = "ctb", comment = "Original R code for cEPD estimator"),
person("Dries", "Cornilly", role = "ctb", comment = "Original R code for EVT estimators for truncated data"),
person("Yuri", "Goegebeur", role = "ctb", comment = "Original S-Plus code for basic EVT estimators"),
person("Klaus", "Herrmann", role = "ctb", comment = "Original R code for GPD estimator"))
Maintainer: Tom Reynkens <tomreynkens.r@gmail.com>
Depends: R (>= 3.4)
Imports: stats,
graphics,
methods,
survival,
utils,
parallel,
foreach (>= 1.4.1),
doParallel (>= 1.0.10),
Rcpp (>= 0.12.12)
Suggests: testthat,
knitr,
rmarkdown,
interval,
Icens
LinkingTo: Rcpp
License: GPL (>= 2)
URL: https://github.com/TReynkens/ReIns
BugReports: https://github.com/TReynkens/ReIns/issues
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: yes
ByteCompile: yes