rborel | R Documentation |
Random numbers are generated by simulating from a Poisson branching process
rborel(n, mu, censor_at = Inf)
n |
Number of random variates to generate. |
mu |
A non-negative number for the poisson mean. |
censor_at |
A stopping criterion; |
A numeric vector of random numbers.
Sebastian Funk James M. Azam
set.seed(32)
rborel(5, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.