eStep                package:MixThres                R Documentation

_T_h_e _E-_s_t_e_p _o_f _t_h_e _E_M _a_l_g_o_r_i_t_h_m

_D_e_s_c_r_i_p_t_i_o_n:

     E-Step of the EM algorithm.

_U_s_a_g_e:

     eStep(mdata, param)

_A_r_g_u_m_e_n_t_s:

mdata   : A vector of numeric. 

param   : A vector of parameters. 

_V_a_l_u_e:

     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.

_A_u_t_h_o_r(_s):

     J. Aubert

_R_e_f_e_r_e_n_c_e_s:

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

_S_e_e _A_l_s_o:

     'EMAlgo', 'hybridization'

