ECME
ECME stands for the Expectation Conditional Maximization Either algorithm, a class of iterative methods for maximum likelihood estimation with incomplete data. It was introduced by Liu and Rubin in 1994 as an extension of the EM algorithm, designed to increase efficiency by allowing some steps to maximize the observed-data likelihood directly rather than the complete-data likelihood.
Like EM, ECME begins with an expectation (E) step that computes the expected complete-data log-likelihood given
ECME is used in a variety of incomplete-data problems, including finite mixture models, factor analysis, censoring
Convergence properties of ECME mirror those of EM in spirit: the observed-data likelihood is guaranteed to
ECME is closely related to ECM (Expectation Conditional Maximization) and is often viewed as a more flexible