View source: R/distributions.R
gen_beta | R Documentation |
A function generating a random matrix with beta distribution
gen_beta(n, m, param)
n |
The number rows |
m |
The number of columns |
shape1 |
The first shape parameter |
shape2 |
The second shape parameter |
ncp |
The non-centrality parameter |
gen_beta(10, 2, param=list(shape1=2, shape2=3, ncp=0.5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.