find_state_seq | R Documentation |
Find the most likely hidden state sequence of an observed sequence under HMM
find_state_seq(seq, P1, P, Q)
seq |
An action sequence coded in integers |
P1 |
initial state probability vector of length |
P |
|
Q |
|
a hidden state sequence coded in integers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.