Description Usage Arguments Value Examples
Using this function will create a uniform distribution of the data as provided. Giving a sample size, number of iterations, and axis minimum and maximum values, the function will create a histogram with a normal curve and a uniform curve.
1 | mycltu(n, iter, a, b)
|
n |
sample size |
iter |
number of iterations |
a |
x-axis minimum value |
b |
x-axis maximum value |
A histogram of a uniform distribution following the central limit theorem
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.