Description Usage Arguments Examples
View source: R/distributions.R
A function generating a random matrix with gumbel distribution
1 | 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 |
1 2 | 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.