Description Usage Arguments Value See Also Examples
generates "count" binomial random variables, each by counting number of successes in n bernoulli trials.
1 | bigen(count , n , p)
|
count |
length of the vector of generated numbers |
n |
parameter n - number of trials |
p |
parameter p - success probability in each trial |
a vector of length count of binomial random variables.
1 | out = bigen(100 , 10 , 0.8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.