riwishart | R Documentation |
Creates a random inverse wishart distribution when given degrees of freedom and a sigma matrix.
riwishart(df, S)
df |
An |
S |
A |
A matrix
that is an inverse wishart distribution.
James J Balamuta
rwishart
#Call with the following data:
riwishart(3, diag(2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.