Description Usage Arguments Examples
View source: R/distributions.R
3 distributions are currently available: normal, student, discrete, gumbel. In addition, gen("hepl") provides information about how to call the optional parameters
1 | generation(law, n, m, param)
|
law |
The distribution generating the matrix |
n |
The number rows |
m |
The number of columns |
1 2 | generation("student", 10, 5, param=list(location=rep(100, 5)))
generation("help")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.