Description Usage Arguments Note 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. This function is not an alternative to the rbinom function.
1 | Binom_Sim(size, p, N)
|
size |
Size of the binomial distribution |
p |
Denotes the probability of success |
N |
The number of observations required from b(n,p) |
This function is to simply explain the algorithm described in the text. For efficient results, the user should use the rbinom function.
Prabhanjan N. Tattar
rbinom
1 | Binom_Sim(10,0.5,100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.