Learn R Programming

cbinom (version 1.6)

cbinom-package: 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].

Arguments

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.

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

pcbinom