Demonstration          package:HiddenMarkov          R Documentation

_D_e_m_o_n_s_t_r_a_t_i_o_n _E_x_a_m_p_l_e_s

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

     Demonstration examples can be run by executing the code below.

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

     #   Model with class "dthmm" with the Beta distribution
     demo("beta", package="HiddenMarkov")

     #   Model with class "dthmm" with the Gamma distribution
     demo("gamma", package="HiddenMarkov")
      
     #   Model with class "dthmm" with the Log Normal distribution
     demo("lnorm", package="HiddenMarkov")
      
     #   Model with class "dthmm" with the Logistic distribution
     demo("logis", package="HiddenMarkov")

     #   Model with class "dthmm" with the Gaussian distribution
     demo("norm", package="HiddenMarkov")

