Description Usage Arguments Value Examples
function which computes culmulative probablity for binomial distributions for given inputs trials and prob
1 | bin_cumulative(trials = 1, prob = 0.5)
|
trials |
a non-negative integer which provides the number of trials |
prob |
a number between 0 and 1 which gives the probablity of a success on an individual draw |
an object of bincum class, cumulative probability of binomial distribution
1 2 3 4 5 | #default
bin_cumulative(1, 0.5)
#example 2
bin_cumulative(10, 0.8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.