cbinom-package {cbinom} | R Documentation |
Continuous Analog of a Binomial Distribution
Description
Implementation of the d/p/q/r family of functions for a continuous analog to the
standard discrete binomial with continuous size parameter and continuous support
with x
in [0, size + 1]
.
Details
Included in the package are functions dcbinom(x, size, prob, log = FALSE)
,
pcbinom(q, size, prob, lower.tail = TRUE, log.p = FALSE)
,
qcbinom(p, size, prob, lower.tail = TRUE, log.p = FALSE)
, and
rcbinom(n, size, prob
. Usage closely parallels that of the binom
family of functions in the stats
R package.
Author(s)
Dan Dalthorp <ddalthorp@protonmail.gov>
References
Ilienko, Andreii (2013). Continuous counterparts of Poisson and binomial distributions and their properties. Annales Univ. Sci. Budapest., Sect. Comp. 39: 137-147. http://ac.inf.elte.hu/Vol_039_2013/137_39.pdf
See Also
[Package cbinom version 1.6 Index]