M.step: M-step of the EM algorithm

Description Usage Arguments Examples

View source: R/M.step.R

Description

This internal function performs the M-step of the EM-algorithm

Usage

1
M.step(phat, fphat)

Arguments

phat

The array of normalized counts (sample proportions) of format (r[1],...,r[m])

fphat

The list of k arrays that represent the full distribution over (r[1],...,r[m],k)

Examples

1
M.step(phat,theta)

pzwiernik/LatentClass documentation built on May 26, 2019, 11:35 a.m.