Forward Algorithm

Finding probability
Definition
Example
Summary

Section 1 - Page 9
1 2 3 4 5 6 7 8 9 10 11 12

The number of paths needed to calculate a increases exponentially as the length of the observation sequence increases but the a's at time t-1 give the probability of reaching that state through all previous paths, and we can therefore define a's at time t in terms of those at time t-1 -i.e.,

[Formula]

Thus we calculate the probabilities as the product of the appropriate observation probability (that is, that state j provoked what is actually seen at time t+1) with the sum of probabilities of reaching that state at that time - this latter comes from the transition probabilities together with a from the preceding stage.