find_state_seq {proclhmm} | R Documentation |
Viterbi algorithm for HMM
Description
Find the most likely hidden state sequence of an observed sequence under HMM
Usage
find_state_seq(seq, P1, P, Q)
Arguments
seq |
An action sequence coded in integers |
P1 |
initial state probability vector of length |
P |
|
Q |
|
Value
a hidden state sequence coded in integers
[Package proclhmm version 1.0.0 Index]