View source: R/distributions.R
gen_student | R Documentation |
A function generating a random matrix with multivariate student distribution
gen_student(n, m, param)
n |
The number rows |
m |
The number of columns |
location |
The optional location parameter |
scale |
The optional scale matrix |
gen_student(10, 2, param=list(scale=diag(3,2), df=5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.