dborel {epichains} | R Documentation |
Density of the Borel distribution
dborel(x, mu, log = FALSE)
x |
A numeric vector of quantiles. |
mu |
A non-negative number for the poisson mean. |
log |
Logical; if TRUE, probabilities p are given as log(p). |
A numeric vector of the borel probability density.
Sebastian Funk James M. Azam
set.seed(32)
dborel(1:5, 1)