myclt | R Documentation |
This function creates a random sample from a uniform distribution and creates plots based on the shape of the sample distribution.
myclt(n = 1, iter = 10000, a = 0, b = 5)
n |
Number of trials |
iter |
Number of iterations |
a |
A number, representing the minimum value of the sample distribution. |
b |
A number, representing the maximum value of the sample distribution. |
Returns a plot of the shape of the sample distribution taken randomly from a uniform distribution.
## Not run: myclt(n = 20, iter = 100000, a = 0, b = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.