Delaporte
Delaporte is an R package which provides the probability mass, distribution, quantile, random variate generation, and method of moments parameter estimation functions for the Delaporte distribution.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.3%) to scientific vocabulary
Repository
Delaporte is an R package which provides the probability mass, distribution, quantile, random variate generation, and method of moments parameter estimation functions for the Delaporte distribution.
Basic Info
Statistics
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
- Releases: 9
Metadata Files
README.md
title: Package Delaporte
Description
Delaporte is an R package which provides the probability mass,
distribution, quantile, random variate generation, and method of moments
parameter estimation functions for the Delaporte distribution. As the
distribution does not have a closed form, but requires summations or double
summations to calculate values, the functions have been programmed in Fortran
and C. In cases where approximations are sufficient, the quantile and random
variate generator have the option to use a much faster Poisson-negative binomial
estimate as opposed to the full Delaporte double summations.
Acknowledgment
The author is grateful to Drew Schmidt both generally for his writings on R, C++, and Fortran and specifically for help with this project.
Citation
If you use the package, please cite it as per CITATION.
Contributions
Please see CONTRIBUTING.
Security
Please see SECURITY.
Roadmap
Major
- There are no plans for major changes at current.
Minor
- There are no plans for minor changes at current.
Owner
- Name: Avraham Adler
- Login: aadler
- Kind: user
- Location: New York Metropolitan Area
- Company: McGill and Partners
- Website: http://www.avrahamadler.com/
- Repositories: 29
- Profile: https://github.com/aadler
Citation (CITATION.cff)
# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------
cff-version: 1.2.0
message: 'To cite package "Delaporte" in publications use:'
type: software
license: BSD-2-Clause
title: 'Delaporte: Statistical Functions for the Delaporte Distribution'
version: 8.4.2
doi: 10.32614/CRAN.package.Delaporte
identifiers:
- type: doi
value: 10.32614/CRAN.package.Delaporte
abstract: 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.
authors:
- family-names: Adler
given-names: Avraham
email: Avraham.Adler@gmail.com
orcid: https://orcid.org/0000-0002-3039-0703
preferred-citation:
type: manual
title: 'Delaporte: Statistical Functions for the Delaporte Distribution'
authors:
- family-names: Adler
given-names: Avraham
email: Avraham.Adler@gmail.com
orcid: https://orcid.org/0000-0002-3039-0703
year: '2013'
url: https://CRAN.R-project.org/package=Delaporte
doi: 10.32614/CRAN.package.Delaporte
notes: R package version 8.4.2
repository: https://CRAN.R-project.org/package=Delaporte
repository-code: https://github.com/aadler/Delaporte
url: https://github.com/aadler/Delaporte
date-released: '2025-07-17'
contact:
- family-names: Adler
given-names: Avraham
email: Avraham.Adler@gmail.com
orcid: https://orcid.org/0000-0002-3039-0703
GitHub Events
Total
- Release event: 1
- Push event: 5
- Create event: 1
Last Year
- Release event: 1
- Push event: 5
- Create event: 1
Committers
Last synced: almost 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Avraham Adler | A****r@g****m | 264 |
| Avraham Adler | a****r@g****m | 186 |
| Jim Hester | j****r@g****m | 1 |
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 3
- Total pull requests: 1
- Average time to close issues: 19 days
- Average time to close pull requests: about 4 hours
- Total issue authors: 3
- Total pull request authors: 1
- Average comments per issue: 4.33
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- barracuda156 (1)
- GerardTromp (1)
- dpascall (1)
Pull Request Authors
- jimhester (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 637 last-month
- Total docker downloads: 21,790
-
Total dependent packages: 1
(may contain duplicates) -
Total dependent repositories: 1
(may contain duplicates) - Total versions: 49
- Total maintainers: 1
cran.r-project.org: Delaporte
Statistical Functions for the Delaporte Distribution
- Homepage: https://github.com/aadler/Delaporte
- Documentation: http://cran.r-project.org/web/packages/Delaporte/Delaporte.pdf
- License: BSD_2_clause + file LICENSE
-
Latest release: 8.4.2
published 9 months ago
Rankings
Maintainers (1)
conda-forge.org: r-delaporte
- Homepage: https://github.com/aadler/Delaporte
- License: BSD-2-Clause
-
Latest release: 8.0.3
published over 3 years ago
Rankings
Dependencies
- R >= 3.6.0 depends
- stats * imports
- covr * suggests
- tinytest * suggests
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/checkout v3 composite
- actions/upload-artifact v3 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite