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.
title: Package Delaporte
Description
Delaporte is an
Rpackage 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
Minor