A binomial random variable can be seen as the result of repeated Bernoulli Trials. Using "brgen", "bigen" is a function, taking two parameters, one float as the probability parameter and one integer "n" as the number of trials, and generates a random number from 0 to n.
related functions : rbinom
1 | bigen(p,num)
|
1 | bigen(0.27,10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.