View source: R/distributions.R
gen_chi2 | R Documentation |
A function generating a random matrix with chi-2 distribution
gen_chi2(n, m, param)
n |
The number rows |
m |
The number of columns |
df |
Degree of freedom |
ncp |
The non-centrality parameter |
gen_chi2(10, 5, param=list(df=3, ncp=1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.