mStep {multimix}R Documentation

The M(aximisation) step

Description

Uses the current group membership to estimate the probabilities.

Usage

mStep(Z, D)

Arguments

Z

an n×qn \times q matrix, where nn is the number of rows of dframe and qq is the number of components in the mixture. During the fitting ZijZ_{ij} holds the currently estimated probability that observation ii belongs to component jj. Commonly Z is initialized to a matrix of indicator columns for a partition of the data.

D

an object of class multimixSettings—see data_organise for details.

Value

an object of class multimixParamList—see initParamList for more information.

Author(s)

Murray Jorgensen


[Package multimix version 1.0-10 Index]