Description Usage Arguments Value Examples
This function is called by bernPval, and therefore is not usually called independently. It is exported so that interested users can check the distribution. To also compute the cumulative probabilities, the result must be sent to calCumul. A given result can be retrieved with probeDist
1 |
experiments |
List of multinomial trials. Each
trial is codified as a vector with the number of results in each category.
The number and order of categories must be the same
in every experiment.
In a
binomial experiment, this would be |
List containing each possible result with the same number of
experiments, tries and outcomes as the input. Each element in the list
contains a matricial description of the result (desc
), the total
number of times each outcome was measured (sdesc
) and the absolute
probability of the result (val
).
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.