Package: Delaporte 8.4.1

Avraham Adler

Delaporte: Statistical Functions for the Delaporte Distribution

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:Avraham Adler [aut, cph, cre]

Delaporte_8.4.1.tar.gz
Delaporte_8.4.1.tar.gz(r-4.5-noble)Delaporte_8.4.1.tar.gz(r-4.4-noble)
Delaporte_8.4.1.tgz(r-4.4-emscripten)
Delaporte.pdf |Delaporte.html
Delaporte/json (API)
NEWS

# Install 'Delaporte' in R:
install.packages('Delaporte', repos = 'https://cloud.r-project.org')

Bug tracker:https://github.com/aadler/delaporte/issues

Uses libs:
  • fortran– Runtime library for GNU Fortran applications
  • openmp– GCC OpenMP (GOMP) support library

On CRAN:

Conda:

fortranopenmp

2.79 score 2 packages 1.0k downloads 1 mentions 7 exports 0 dependencies

Last updated 10 months agofrom:511f25e821. Checks:2 OK, 1 NOTE. Indexed: no.

TargetResultLatest binary
Doc / VignettesOKMar 15 2025
R-4.5-linux-x86_64OKMar 15 2025
R-4.4-linux-x86_64NOTEMar 15 2025

Exports:ddelapgetDelapThreadsMoMdelappdelapqdelaprdelapsetDelapThreads

Dependencies:

Citation

To cite the ‘Delaporte’ package in publications, please use:

Adler A (2013). Delaporte: Statistical Functions for the Delaporte Distribution. doi:10.32614/CRAN.package.Delaporte, R package version 8.4.1, https://CRAN.R-project.org/package=Delaporte.

Corresponding BibTeX entry:

  @Manual{,
    author = {Avraham Adler},
    title = {Delaporte: Statistical Functions for the Delaporte
      Distribution},
    year = {2013},
    url = {https://CRAN.R-project.org/package=Delaporte},
    doi = {10.32614/CRAN.package.Delaporte},
    note = {R package version 8.4.1},
  }

Readme and manuals


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.

Help Manual

Help pageTopics
Statistical Functions for the Delaporte DistributionDelaporte-package
The Delaporte Distributionddelap Delaporte delaporte MoMdelap pdelap qdelap rdelap
Defunct functions in package 'Delaporte'Delaporte-defunct
Set or get the number of OpenMP threads 'Delaporte' should usegetDelapThreads openMP openmp setDelapThreads