July 9th, 2013, 12:55 pm
I've been spending a bit of time looking into using Forward-Backward algorithms to solve Hidden Markov problems. All of the examples I've seen assume that transition and emission matrices are known in advance. Given these two matrices, boundary conditions and a time series of observations, we can estimate the probability of the 'hidden' state at each point in time.My question is, if we don't have the transition and emission matrices in advance, can we infer them from the data too?