Description Usage Arguments Value Examples
Central Limit Theorem function for the sum of a uniform distribution.
1 | myclt(n, iter, a = 0, b = 5)
|
n |
The sample size. |
iter |
How many samples (iterations) to take. |
a |
The lower limit of the uniform distribution. |
b |
The upper limit of the uniform distribution. |
Outputs a histogram of the sums of each sample taken, and a matrix containing the sums.
1 | ## Not run: myclt(10, 10000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.