compute.reject {MFDA}R Documentation

The rejection controlled EM.

Description

Algorithm to estimate the weight in M-step.

Usage

compute.reject(tk,k,thres)

Arguments

tk A matrix obtained from E-step.
k The kth Gaussian component.
thres The threshold for rejection-controlled EM.

Value

A list including the following components:

em.select A vector.
sem.select A vector.

References

Ma, P., Castillo-Davis, C., Zhong, W., and Liu, J. S. (2006) A data-driven clustering method for time course gene expression data, Nucleic Acids Research, 34 (4), 1261-1269.


[Package MFDA version 1.1-1 Index]