Description Usage Arguments Details Value Examples
graphical function using the CLT
1 | myclt(n, iter, a = 0, b = 5)
|
n |
number |
iter |
amount |
a |
the starting value of the uniform sample |
x |
the ending value of the uniform sample |
This function takes in an n,iter,a,b and returns a distribution and a graph using the central limit theorem
graphical output of the CLT tests
1 | myclt(n=5,iter=10000,a=0,b=5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.