Skip to contents

Compute the evidence lower bound (ELBO) for fitted single factor MFAI model.

Usage

getELBO(Y, object, obs_indices = NULL)

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.

Value

Numeric. The ELBO.