| BNPmix_VI_LB | R Documentation |
C++ function - compute the VI lower bound
M |
a matrix (r x n), r number of replications, n number of observations |
psm_mat |
a posterior similarity matrix |
{
M <- matrix(c(1,1,1,2,1,1,2,2,1,1,2,1,1,1,1,2), ncol = 4)
psmM <- BNPmix_psm(M)
BNPmix_VI_LB(M, psmM)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.