SMAPHMM-class              package:SMAP              R Documentation

_C_l_a_s_s "_S_M_A_P_H_M_M": _A _c_l_a_s_s _t_o _m_a_n_a_g_e _H_M_M_s _f_o_r _t_h_e _S_M_A_P _p_a_c_k_a_g_e

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

     Holds parameters for a Hidden Markov Model (HMM) used in the
     'SMAP' package.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects are not intended to be created directly but via the
     constructor function 'SMAPHMM'.

_S_l_o_t_s:


     '_A': Object of class '"matrix"' The transition probability matrix
          between states.

     '_P_i': Object of class '"numeric"' The initial probabilities of
          starting in a certain state.

     '_P_h_i': Object of class '"matrix"' A matrix that specifies the
          paramaters of Gaussian distributions associated with each
          hidden state. The first column specifies standard deviations,
          the second specifies means.

     '_n_o_S_t_a_t_e_s': Object of class '"numeric"' The number of hidden
          states in the HMM.

_M_e_t_h_o_d_s:


     _A 'signature(object = "SMAPHMM")': Returns the transition matrix.

     _P_i 'signature(object = "SMAPHMM")': Returns the initial
          probabilities.

     _P_h_i 'signature(object = "SMAPHMM")': Returns the distribution
          parameter matrix.

     _n_o_S_t_a_t_e_s 'signature(object = "SMAPHMM")': Returns the number of
          hidden states in the HMM.

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

     Robin Andersson, robin.andersson@lcb.uu.se

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

     Andersson, R., Bruder, C. E. G., Piotrowski, A., Menzel, U., Nord,
     H., Sandgren, J., Hvidsten, T. R., Diaz de Stahl, T., Dumanski, J.
     P., Komorowski, J., A Segmental Maximum A Posteriori Approach to
     Array-CGH Copy Number Profiling, submitted

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

     'smap', 'SMAPHMM'

