-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.09 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
Package: imaginator
Title: Simulate General Insurance Policies and Losses
Version: 1.0.0
Authors@R: person("Brian", "Fannin", email = "bfannin@casact.org", role = c("aut", "cre"))
Maintainer: Brian Fannin <bfannin@casact.org>
Description: Simulate general insurance policies, losses and loss emergence. The package contemplates
deterministic and stochastic policy retention and growth scenarios. Retention and growth rates are percentages relative
to the expiring portfolio. Claims are simulated for each policy. This is accomplished either be assuming a frequency
distribution per development lag or by generating random wait times until claim emergence and settlement. Loss simulation
uses standard loss distributions for claim amounts.
License: MPL-2.0 | file LICENSE
Depends:
R (>= 3.2.3)
LazyData: true
Imports:
assertthat,
checkmate,
distributions3,
dplyr,
lubridate,
magrittr,
rlang,
stringi,
tibble
Suggests:
testthat,
knitr,
rmarkdown,
ggplot2
VignetteBuilder: knitr
RoxygenNote: 7.1.2
Encoding: UTF-8
URL: https://github.com/casact/imaginator