logLike               package:MixThres               R Documentation

_l_o_g_L_i_k_e_l_i_h_o_o_d

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

     Computes the logLikelihood, the AIC and BIC corresponding to a
     particular model.

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

     logLike(mdata, param)

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

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

param           : A vector of parameters. 

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

     A list of : 

nb.comp         : Number of components in the selected mixture model,

estimation      : Vector of the estimated parameters,

logLikelihood   : Value of the logLikelihood,

nb.param        : Number of parameters,

bic             : Value of the Bayesian Index Criterion,

aic             : Value of the Akaike Index Criterion.

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

     J. Aubert

