NMixSummComp              package:mixAK              R Documentation

_S_u_m_m_a_r_y _f_o_r _t_h_e _m_i_x_t_u_r_e _c_o_m_p_o_n_e_n_t_s

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

     This function returns basic posterior summary for (re-labeled)
     mixture components in a model with fixed number of components
     fitted with 'NMixMCMC' function. The summary also takes into
     account possible scaling and shifting of the data (see argument
     'scale' in 'NMixMCMC' function).

     Note that even though the mixture components are re-labeled before
     the summary is computed to achieve identifiability, posterior
     summaries of individual mixture means and variances are not always
     the quantity we would like to see. For density estimation, usually
     posterior predictive density ('NMixPredDensMarg',
     'NMixPredDensJoint2') is usually the right stuff one should be
     interested in.

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

     NMixSummComp(x)

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

       x: an object of class 'NMixMCMC'

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

     Invisible 'x'. The rest is printed on output device.

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

     Arno&#353t Kom&#225rek arnost.komarek[AT]mff.cuni.cz

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

     'NMixMCMC'.

