View source: R/distributions.R
gen_continuous_uniform | R Documentation |
A function generating a random matrix with continuous uniform distribution
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 |
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.