mixEMStep: Mixture EM Update

View source: R/MVNSeq.r

mixEMStepR Documentation

Mixture EM Update

Description

The mixture update step of the EM algorithm.

Usage

mixEMStep(K, y, pars)

Arguments

K

the number of classes

y

the sequence of observations

pars

current sequence parameters

Details

Perform a single step of the EM algorithm to fit the mixture component of a multivariate Normal mixture model.

Value

the updated set of parameters


SWotherspoon/MVNSeq documentation built on June 1, 2022, 10:49 p.m.