RMKdiscrete implements several univariate and bivariate discrete probability distributions:
The univariate Lagrangian Poisson distribution has five functions: dLGP()
, pLGP()
, qLGP()
, rLGP()
, sLGP()
, LGP.findmax()
, LGP.get.nc()
, and LGPMVP()
.
The bivariate Lagrangian Poisson distribution has three functions: dbiLGP()
, rbiLGP()
, and biLGP.logMV()
.
The bivariate negative binomial distribution has three functions: dbinegbin()
, rbinegbin()
, and binegbin.logMV()
.
Although the univariate negative binomial distribution is implemented in base R, RMKdiscrete provides two helper functions for it: dnegbin()
and negbinMVP()
.
Finally, the ManaClash
distributions are provided just for fun.
The package is presently in an unoptimized but functional "beta" state. Additional helper functions and distributions, including multivariate distributions in more than two dimensions, are planned for subsequent versions of the package. Contact the maintainer, rkirkpatrick2@vcu.edu, with suggestions, bug reports, and feature requests.
Package: | RMKdiscrete |
Version: | 0.1 |
Date: | 2014/10/17 |
Depends: | R (>= 2.15.0), stats |
License: | GPL (>= 2) |