eStep {MixThres}R Documentation

The E-step of the EM algorithm

Description

E-Step of the EM algorithm.

Usage

eStep(mdata, param)

Arguments

mdata A vector of numeric.
param A vector of parameters.

Value

A matrix of posterior probabilities. The rows number is equal to the length of the mdata vector. There are one column per component of the mixture.

Author(s)

J. Aubert

References

Picard et al., Using mixture models to define a hybridization threshold in DNA microarray experiments.

See Also

EMAlgo, hybridization


[Package MixThres version 1.0 Index]