View source: R/distributions.R
gen_poisson | R Documentation |
A function generating a random matrix with Poisson distribution
gen_poisson(n, m, param)
n |
The number rows |
m |
The number of columns |
lambda |
rate |
gen_poisson(10, 5, param=list(lambda=3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.