Phi_inv
.Samples an upper triangular Cholesky square root of a mirror-Wishart distributed random variable.
sample_right_wishart(nu, V)
A numeric. The degrees of freedom in the mirror-Wishart.
A matrix. The inverse of the scale matrix in the mirror-Wishart.
C
An upper triangular matrix such that C %*% t(C)
is
a sample from the mirror-Wishart(nu
, V ^ -1
) distribution.
Let \(X\) be mirror-Wishart(\(\nu\), \(V^-1\)). Then This code
returns an upper triangular \(C\) where \(X = CC'\). This
function is used primarily during the Gibbs updates of the inverse
of the lower triangular Cholesky square root of the component
covariance matrices in equi_mcmc
.
Gerard, D., & Hoff, P. (2015). Equivariant minimax dominators of the MLE in the array normal model. Journal of Multivariate Analysis, 137, 32-49. https://doi.org/10.1016/j.jmva.2015.01.020 http://arxiv.org/pdf/1408.0424.pdf