Description Usage Arguments Value Examples
Central Limit Theorem Simulation for Uniform Distributions
1 | mycltu(n, iter, a = 0, b = 10)
|
n |
size of sample |
iter |
number of iterations the simulation will run using n |
a |
lower limit of uniform distribution |
b |
upper limit of uniform distribution |
Histogram of sample mean for the uniform distribution with a theoretical normal curve added.
1 | mycltu(n=20, iter=10000, a=0, b=10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.