Description Usage Arguments Value Examples
Central limit function for the uniform distribution
1 | mycltu(n, iter, a = 0, b = 10)
|
n |
number of samples |
iter |
number of iterations |
a |
lower limit of the uniform distribution |
b |
upper limit of the uniform distirbution |
returns a histogram of the sample distribution, and its theorical density curve and the density curve made from the data
1 | mycltu(n=4,iter=1000) will give you a histogram of the sample mean, sampling from an uniform distribution with the default values a=0 and b=10
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.