Description Usage Arguments Value Examples
A function utilizing central limit theorem to produce a histogram for a uniform distribution.
1 | myclt(n, iter, a = 0, b = 5)
|
n |
the sample size |
iter |
the number of iterations |
a |
the lowest value of x (for a Uniform) |
b |
the highest value of x(for a Uniform) |
a histogram of the distribution of sums
1 | ## Not run: myclt(n=20, iter=10000, a=3, b=6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.