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