Description Usage Arguments Value Examples
My binary distribution generator
1 | mybin(iter = 100, n = 10, p = 0.7)
|
iter |
a number of simulations to run |
n |
a number of decisions to make in each iterations |
p |
a number probability that each decision is a success |
a table with the probability for each number of success in 0:n
1 | probTable<-mybin(iter=10000,n=10,p=0.7)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.