rborel {epichains} | R Documentation |
Generate random numbers from the Borel distribution
Description
Random numbers are generated by simulating from a Poisson branching process
Usage
rborel(n, mu, censor_at = Inf)
Arguments
n |
Number of random variates to generate. |
mu |
A non-negative number for the poisson mean. |
censor_at |
A stopping criterion; |
Value
A numeric vector of random numbers.
Author(s)
Sebastian Funk James M. Azam
Examples
set.seed(32)
rborel(5, 1)
[Package epichains version 0.1.1 Index]