Description Usage Arguments Value Examples
Find number of successes in given number of trials given probability p
1 | bin_choose(n, k)
|
trials |
number of trials |
success |
number of desired successes |
number of successes in trials
1 2 3 | bin_choose(n = 5, k = 2)
bin_choose(5, 0)
bin_choose(5, 1:3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.