mstep: Maximisation step for Expectation-Maximisation algorithm

Description Usage Arguments Value

Description

Maximisation step for Expectation-Maximisation algorithm

Usage

1
mstep(x, z, groups = NULL, p = NULL)

Arguments

x

A matrix of data.

z

A matrix of cluster memberships/probabilities.

groups

Optional, number of groups in the mixture, inferred from z if not supplied.

p

Optional, dimension of x, inferred from x if not supplied

Value

A list of parameter estimates for the mixing proportions, mean vectors, and covariance matrices.


markajoc/MBCbigP documentation built on May 30, 2019, 8:39 a.m.