Description Usage Arguments Author(s) See Also Examples
A simple function to understand the algorithm to simulate (psuedo-)observations from binomial distribution. It is an implementation of the algorithm given in Section 11.3.1 "Simulation from Discrete Distributions". This function is not an alternative to the "rpois" function.
1 | Poisson_Sim(lambda, n)
|
lambda |
rate of the Poisson RV |
n |
required number of pseudo-observations |
Prabhanjan N. Tattar
rpois
1 2 | set.seed(123)
mean(Poisson_Sim(4,1000))
|
[1] 3.986
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.