Description Usage Arguments Value Wishart parametrization References See Also
Density of X ~ Wishart(df, Sigma).
1 |
X |
the observation |
df |
degrees of freedom |
Sigma |
scale matrix |
log |
if TRUE, return the log-density |
is.chol |
if TRUE, Sigma and X are the upper Cholesky factors of Sigma and X |
the density in X
Uses \insertCitePress2012Applied,Anderson2003introductionbayessource parametrization.
X ~ W(v, S)
with S is a pxp matrix, v >= p (the degrees of freedom).
Then:
E[X] = v * S
Other R functions:
diwishart_inverse_R()
,
diwishart()
,
riwish_Press()
Other statistical functions:
diwishart_inverse_R()
,
diwishart_inverse()
,
diwishart()
,
dmvnorm()
,
riwish_Press()
,
rmvnorm()
,
rwish()
Other Wishart functions:
diwishart_inverse_R()
,
diwishart_inverse()
,
diwishart()
,
get_minimum_nw_IW()
,
riwish_Press()
,
rwish()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.