Description Usage Arguments Value Examples
Sample from a binomial distribution, with random n and random p
1 | RandBin(N = 50, n = 10, p = 0.5)
|
N |
scalar value: Number of observations to draw (default = 50) |
n |
scalar value: number of trials (default = 10) |
p |
scalar value: approximate probability of success (default = 0.5) |
vector of observations, integer values
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.