Description Usage Arguments Examples
View source: R/distributions.R
A function generating a random matrix with continuous uniform distribution
1 | gen_continuous_uniform(n, m, param)
|
n |
The number rows |
m |
The number of columns |
a |
Lower bound of the distribution's support |
b |
Upper bound of the distribution's support |
1 | gen_continuous_uniform(10, 2, param=list(a=2, b=3))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.