| sim_lhmm_paras | R Documentation |
sim_hmm_paras generates the parameters of LHMM with K hidden states
and N distinct actions from Uniform(-0.5, 0.5).
sim_lhmm_paras(N, K)
N |
number of distinct actions |
K |
number of hidden states |
a list of five elements, para_a, para_b, para_alpha, para_beta, and para_P1.
paras <- sim_lhmm_paras(5, 2)
paras
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.