m1Step               package:MixThres               R Documentation

_F_i_r_s_t _M-_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:

     M-Step corresponding to the traditionnal M-Step of the EM
     algorithm.

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

     m1Step(mdata, taux, param)

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

mdata   : A vector of numeric corresponding to the probe intensity
          values.  

taux    : A matrix of the posterior probabilities. 

param   : A vector of the estimated parameters.

_D_e_t_a_i_l_s:

     The proportions of the components of the mixture and the empirical
     estimators of  the variance and the means are computed.

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

     A vector of the estimated parameters.

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

     J. Aubert

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

     'm2Step', 'EMAlgo'

