dborel {epichains} | R Documentation |
Density of the Borel distribution
Description
Density of the Borel distribution
Usage
dborel(x, mu, log = FALSE)
Arguments
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). |
Value
A numeric vector of the borel probability density.
Author(s)
Sebastian Funk James M. Azam
Examples
set.seed(32)
dborel(1:5, 1)
[Package epichains version 0.1.1 Index]