mycltu | R Documentation |
Uniform Distribution based on the Central Limit Theorem
mycltu(n, iter, a = 0, b = 10)
n |
The sample size of the population |
iter |
The number of iterations taken |
a |
The lower limit of the distribution |
b |
The upper limit of the distribution |
A histogram of the density v. sample mean with density curves for the population and sample
mycltu(n=20,iter=10000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.