m2Step               package:MixThres               R Documentation

_S_e_c_o_n_d _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:

     The second M-Step corresponding to a correction of bias by using a
     fixed-point algorithm.

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

     m2Step(param)

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

param   : The vector of estimated parameters provided by m1Step. 

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

     The estimators of the variance and mean provided by m1Step are
     corrected leading to unbiased estimators.

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

     A vector of estimated parameters.

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

     J. Aubert

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

     'm1Step', 'EMAlgo'

