-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
20 lines (20 loc) · 856 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: MBBEFDLite
Type: Package
Title: Statistical Functions for the Maxwell-Boltzmann-Bose-Einstein-Fermi-Dirac
(MBBEFD) Family of Distributions
Version: 0.0.4
Authors@R: person(given="Avraham", family="Adler",role=c("aut", "cre", "cph"),
email="Avraham.Adler@gmail.com", comment = c(ORCID = "0000-0002-3039-0703"))
Description: Provides probability mass, distribution, quantile, random variate
generation, and method-of-moments parameter fitting for the MBBEFD family of
distributions used in insurance modeling as described in Bernegger (1997)
<doi:10.2143/AST.27.1.563208> without any external dependencies.
License: MPL-2.0
Encoding: UTF-8
Imports: stats
Suggests: tinytest, covr
URL: https://github.com/aadler/MBBEFDLite
BugReports: https://github.com/aadler/MBBEFDLite/issues
ByteCompile: yes
NeedsCompilation: yes
UseLTO: yes