Description Usage Arguments Value Examples
A function to return the mean of a binomial distribution with given trials and probability
1 | bin_mean(trials, prob)
|
trials |
an integer, the number of trials |
prob |
an integer of the probability of success for one trial |
an integer, the mean of successes in the given amount of trials
1 | bin_mean(10,0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.