Description Usage Arguments Value Examples
Generate 2^n numbers from distribution with most of the pdf mass in extreme probabilities (mirrored normal). We use standard deviation of 1/3 and modulo-1 of normal distribution.
1 | prob.distr.norm(n, sd=1/3)
|
n |
number of variables |
sd |
the standard deviation of distribution |
vector of 2^n random numbers
1 2 | # return 8 random numbers since n=3
prob.distr.norm(3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.