Learn R Programming

epichains (version 0.1.1)

dborel: Density of the Borel distribution

Description

Density of the Borel distribution

Usage

dborel(x, mu, log = FALSE)

Value

A numeric vector of the borel probability density.

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).

Author

Sebastian Funk James M. Azam

Examples

Run this code
set.seed(32)
dborel(1:5, 1)

Run the code above in your browser using DataLab