-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.24 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
Package: mbbefd
Type: Package
Title: Maxwell Boltzmann Bose Einstein Fermi Dirac Distribution and
Destruction Rate Modelling
Version: 0.8.14
Authors@R: c(
person("Christophe", "Dutang", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0001-6732-1501")),
person("Giorgio", "Spedicato", role = "aut", email = "[email protected]", comment = c(ORCID = "0000-0002-0315-8888")),
person("Markus", "Gesmann", role = "ctb", email = "[email protected]"))
Description: Distributions that are typically used for exposure rating in
general insurance, in particular to price reinsurance contracts.
The vignette shows code snippets to fit the distribution to
empirical data. See, e.g., Bernegger (1997) <doi:10.2143/AST.27.1.563208>
freely available on-line.
License: GPL-2
Depends: R (>= 3.6), fitdistrplus (>= 1.1-4), alabama, Rcpp (>= 0.12.18)
ByteCompile: yes
Suggests: testthat, pander, rmarkdown, knitr, lattice
LinkingTo: Rcpp
Imports: utils, actuar, gsl, MASS
URL: https://github.com/spedygiorgio/mbbefd
BugReports: https://github.com/spedygiorgio/mbbefd/issues
VignetteBuilder: knitr
SystemRequirements: GNU make
NeedsCompilation: yes
RoxygenNote: 6.0.1