Description Usage Arguments Value Examples
Once a distribution of results has been calculated with bernDist and possibly calCumul, this function returns information on a particular result
1 | probeDist(l, experiments)
|
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. |
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 |
Data calculated for experiment
in l
. This includes the
matricial description of the result (desc
), the total number of
times each outcome was measured (sdesc
) and the absolute probability
of the result (val
). If calCumul has been run, it will also
show the cumulative probability (cval
). If the experiment
is
not found in l
, the function returns NULL
.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.