Description Usage Arguments Value Examples
determines probability of getting a certain amount of successes or less in a certain amount of trials
1 | bin_probability(success, trials, prob)
|
success |
(number of successes) |
trials |
(number of trials) |
prob |
(probability of success, between 0 and 1) |
binomical probability
1 2 | #Probability of 3 successes in 5 trials, with probability of success 0.5
bin_probability(success=2,trials=5,prob=0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.