Description Usage Arguments Value Examples
A function to return the mode of a binomial distribution with given trials and probability
1 | bin_mode(trials, prob)
|
trials |
an integer, the number of trials |
prob |
an integer of the probability of success for one trial |
an integer or list of integers, if there are multiple modes
1 | bin_mode(3,0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.