RMKdiscrete-package {RMKdiscrete} | R Documentation |
Sundry discrete probability distributions.
Description
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()
, andLGPMVP()
.The bivariate Lagrangian Poisson distribution has three functions:
dbiLGP()
,rbiLGP()
, andbiLGP.logMV()
.The bivariate negative binomial distribution has three functions:
dbinegbin()
,rbinegbin()
, andbinegbin.logMV()
.Although the univariate negative binomial distribution is implemented in base R, RMKdiscrete provides two helper functions for it:
dnegbin()
andnegbinMVP()
.
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.
Details
Package: | RMKdiscrete |
Version: | 0.1 |
Date: | 2014/10/17 |
Depends: | R (>= 2.15.0), stats |
License: | GPL (>= 2) |
Author(s)
Robert M. Kirkpatrick rkirkpatrick2@vcu.edu Maintainer: Robert M. Kirkpatrick