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