-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
27 lines (27 loc) · 1.32 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
Package: Delaporte
Type: Package
Title: Statistical Functions for the Delaporte Distribution
Version: 8.4.1
Date: 2024-06-17
Authors@R: c(person(given="Avraham", family="Adler", role=c("aut", "cph", "cre"),
email="[email protected]", comment = c(ORCID = "0000-0002-3039-0703")))
Description: Provides probability mass, distribution, quantile, random-variate
generation, and method-of-moments parameter-estimation functions for the
Delaporte distribution with parameterization based on Vose (2008)
<isbn:9780470512845>. The Delaporte is a discrete probability distribution
which can be considered the convolution of a negative binomial distribution
with a Poisson distribution. Alternatively, it can be considered a counting
distribution with both Poisson and negative binomial components. It has been
studied in actuarial science as a frequency distribution which has more
variability than the Poisson, but less than the negative binomial.
License: BSD_2_clause + file LICENSE
URL: https://github.com/aadler/Delaporte
BugReports: https://github.com/aadler/Delaporte/issues
Depends: R (>= 3.6.0)
Imports: stats, parallel
Suggests: covr, tinytest
ByteCompile: yes
NeedsCompilation: yes
UseLTO: yes
SystemRequirements: A version of Fortran supporting the LOG_GAMMA Intrinsic and
the ieee_arithmetic module.