Statistical Functions for the Delaporte Distribution.
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.