Description Usage Arguments Value Examples
Computes the probability of getting k successes in n trials with prob of success p
1 | bin_probability(success, trials, prob)
|
success |
number of successes |
trials |
number of trials |
prob |
p of success |
The p of getting k successes in n trials with prob of success p
1 2 3 | bin_probability(success = 2, trials = 5, prob = 0.5)
bin_probability(success = 0:2, trials = 5, prob = 0.5)
bin_probability(success = 55, trials = 100, prob = 0.45)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.