computeELBO {mixedMem} | R Documentation |
Compute a lower bound on the log-likelihood (ELBO)
Description
computeELBO
computes the variational lower bound on the log-likelihood, also called the ELBO, for a mixed membership model.
Usage
computeELBO(model)
Arguments
model |
a |
Details
The lower bound (ELBO) is the objective function in the variational EM algorithim.
It is a function of the latent variables ( and
) and the parameters (
and
)
that be derived from Jensen's inequality:
Value
computeELBO
returns the lower bound on the log-likelihood, a real number.
[Package mixedMem version 1.1.2 Index]