rgborel | R Documentation |
Generate random numbers from a Gamma-Borel mixture distribution
rgborel(n, size, prob, mu, censor_at = Inf)
n |
Number of random variates to generate. |
size |
The dispersion parameter (often called |
prob |
Probability of success (in the parameterisation with
|
mu |
Mean; A positive number. |
censor_at |
A stopping criterion; |
Numeric vector of random numbers
Sebastian Funk James M. Azam
set.seed(32)
rgborel(n = 5, size = 0.3, mu = 1, censor_at = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.