Description Usage Arguments Examples
View source: R/distributions.R
A function generating a random matrix from an empirical distribution
1 | gen_empirical(n, m = NULL, param)
|
n |
The number rows |
data |
Data set from which to extract the empirical distribution |
1 | gen_empirical(10, param=list(data=data.frame(S1=c(0.5, 0, 12, 6, 7.3))))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.