pmclust (version 0.2-0)

One M-Step: 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.

m.step.dmat is a ddmatrix version of m.step.

Usage

m.step(PARAM)

m.step.dmat(PARAM)

Arguments

PARAM

a set of parameters.

Value

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

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.

References

Programming with Big Data in R Website: http://r-pbd.org/

See Also

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

Examples

Run this code
# NOT RUN {
# This is a core function for em.onestep()
# see the source code for details.
# }

Run the code above in your browser using DataCamp Workspace