Description Usage Arguments Value Examples
Sample from a normal distribution, with random mean and random std. deviation
1 | RandNorm(n = 50, moy = 100, et = 15)
|
n |
scalar value: Number of observations to draw (default = 50) |
moy |
scalar value: approximate mean of the distribution (default = 100) |
et |
scalar value: approximate standard deviation of the distribution (default = 15) |
vector of observations, quantitative values
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.