Viterbi Algorithm

Finding probable states
Definition
Example
Summary

Section 1 - Page 6
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

In particular, each state at time t = T will have a partial probability and a partial best path. We find the overall best path by choosing the state with the maximum partial probability and choosing its partial best path.
2b. Calculating d 's at time t = 1
We calculate the d partial probabilities as the most probable route to our current position (given particular knowledge such as observation and probabilities of the previous state). When t = 1 the most probable path to a state does not sensibly exist; however we use the probability of being in that state given t = 1 and the observable state k1 ; i.e.

[Formula]

- as in the forward algorithm, this quantity is compounded by the appropriate observation probability.