posterior              package:depmixS4              R Documentation

_P_o_s_t_e_r_i_o_r _s_t_a_t_e_s/_c_l_a_s_s_e_s

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

     Return the posterior states for a fitted '(dep-)mix' object.  In
     the case of a latent class or mixture model these are the class
     probabilities.

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

             ## S4 method for signature 'depmix.fitted':
             posterior(object)
             ## S4 method for signature 'mix.fitted':
             posterior(object)

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

  object: A (dep-)mix object.

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

posterior: : Returns a data.frame with nstates(object) + 1 columns; the
          first column has the viterbi states, the other columns have
          the delta probabilities, see Rabiner (1989).

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

     Ingmar Visser

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

     Lawrence R. Rabiner (1989).  A tutorial on hidden Markov models
     and selected applications in speech recognition.  _Proceedings of
     IEEE_, 77-2, p.  267-295.

_E_x_a_m_p_l_e_s:

             # add some later

