mycltp | R Documentation |
My Central Limit Function, Poisson Distribution
mycltp(n, iter, lambda = 10, ...)
n |
the number of samples that should be taken each iteration |
iter |
the number of iterations |
lambda |
the lambda value of the poisson distribution, defaults to 10 |
... |
additional options to be passed to the histogram function |
a vector of all of the samples taken
## Not run: mycltp(n=10, iter=10000, lambda=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.