| invWishartLogLikelihood | R Documentation |
Used in calculating model probability in Metropolis-Hastings algorithm when proposals are from the Wishart distribution.
invWishartLogLikelihood(X, Psi, nu, P)
X |
- matrix; the matrix to calculate the likelihood of. |
Psi |
- matrix; the scale of the inverse-Wishart distribution. |
nu |
- double; the degrees of freedom for the inverse-Wishart distribution. |
P |
- unsigned integer; the dimension of X. |
the unnormalised log-likelihood of X in a inverse-Wishart with parameters Psi and nu.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.