Description Usage Arguments Details Examples
Reports the distribution of sample means for iter samples of size n.
1 |
n |
the number of elements per sample |
iter |
the number of samples to take |
lambda |
the mean and variation of the source Poisson distribution |
... |
futher arguments passed to the call of hist |
Given the characteristic number for the Poisson distribution, takes iter samples of size n, then calculates the mean for each sample and reports the distribution.
1 | mycltp(n=3, iter = 1000, lambda = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.