Description Usage Arguments Examples
Creates plots of the experiment described in parameters
1 | simBinomial(iter = 100, n = 10, p = 0.5)
|
iter |
# of experiments to run |
n |
# of trials to run |
p |
The probability of the distribution |
1 2 3 | simBinomial(100,10,0.5)
Runs 100 experiments with 10 trials. Symmetrically distributed round 5.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.