Description Usage Arguments Value Examples
This function takes in a lower and upper limit, as well as sample size and iterations, and generates a histogram based on the frequency of the sums of these samples.
1 | myclt(n, iter)
|
n |
size of samples |
iter |
number of iterations |
a |
lower limit |
b |
upper limit |
Histogram and sums of samples
1 | myclt(n=10, iter=10000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.