MixUpdateMeans {MGMM} | R Documentation |
Mean Update for Mixture of MVNs with Missingness.
Description
Mean Update for Mixture of MVNs with Missingness.
Usage
MixUpdateMeans(split_data, means, covs, gamma)
Arguments
split_data |
Data partitioned by missingness. |
means |
List of component means. |
covs |
List of component covariances. |
gamma |
List of component responsibilities. |
Value
List containing the updated component means.
[Package MGMM version 1.0.1.1 Index]