Description Usage Arguments Value Examples
The cumulative probability is the sum of the probability of a given result
plus the probabilities of every other equally or less likely result. For a
given result, this is the p-val
returned by bernPval.
1 | calCumul(l)
|
l |
List containing each possible result with the same number of experiments, tries and outcomes as the original input. Usually, this will be the output of bernDist. |
List with the same elements and fields as the input, plus a
cval
field with the cumulative probability.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.