Compute the evidence lower bound (ELBO) for fitted single factor MFAI model.
Source:R/mfairELBO.R
getELBO.Rd
Compute the evidence lower bound (ELBO) for fitted single factor MFAI model.
Arguments
- Y
Observed main data matrix.
- object
MFAIRSingleFactor object containing the information about the fitted single factor MFAI model.
- obs_indices
Indices of the observed entries in the main data matrix Y and needs to be specified only when Y is stored in the sparse mode. The default value is NULL.