dQ_em: Derivative function of the Q function of an EM algorithm

Description Usage Arguments References Examples

View source: R/dQ_em.R

Description

Derivative function of the Q function for a mixture (EM)

Usage

1
dQ_em(theta, y, p.theta, mean_func, ...)

Arguments

theta

parameters of the mixture that need estimation

y

observations

p.theta

result from the expectation step (EM - probabilities)

mean_func

function to calculate the mean for each mixture. The result is a matrix where the number of columns is the number of element in the mixture.

References

Dempster, A. and Laird, N. and Rubin, D. (1977) Maximum likelihood from incomplete data via the EM algorithm. JRSS B 39 1–38.

Examples

1

ick003/SpTMixture documentation built on May 18, 2019, 2:32 a.m.