30-em.one.m: Compute One M-Step Based on Current Posterior Probabilities

One M-StepR Documentation

Compute One M-Step Based on Current Posterior Probabilities

Description

This function will perform one M-step based on current posterior probabilities. This is a core function of em.onestep.

Usage

  m.step(PARAM)

Arguments

PARAM

a set of parameters.

Details

This function will base on the current posterior probabilities Z.spmd to estimate the parameters PARAM mainly including mixing proportions ETA, centers of clusters MU, and dispersions of clusters SIGMA.

Value

Returning a new PARAM which maximizes the complete data log likelihood for the current iteration.

Author(s)

Wei-Chen Chen wccsnow@gmail.com and George Ostrouchov.

References

Programming with Big Data in R Website: https://pbdr.org/

See Also

set.global, em.onestep, e.step.

Examples

## Not run: 
# This is a core function for em.onestep()
# see the source code for details.

## End(Not run)

snoweye/pmclust documentation built on Sept. 12, 2023, 5:42 a.m.