Description Usage Arguments Value Author(s)
View source: R/priorConRatio.R
This function computes the Prior Constant Ratio Approximation that appears in the Metropolis Odds as propose in Wang and Li, in Efficient Gaussian graphical Model determination under G-Wishart prior distributions.
1 | priorConRatio(C, bPrior = 100, DPrior = diag(ncol(C)), i = 1, j = 1)
|
C |
Initial Precision Matrix for the MCMC. |
bPrior |
Prior dedrees of freedom. Defaults to 3. |
DPrior |
Prior location SPD Matrix. Defaults to the identity matrix. |
i |
Row index. |
j |
Column index. |
Logarithm of the Prior Constant Ratio Approximation.
Rene Gutierrez Marquez
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.