Getting posterior gaussian distribution from GaussianHMM

Hey guys,

I was curious if it is possible to get the actual posterior distribution of a GaussianHMM. I see it’s possible to use the filter() method to get the posterior distribution over the final state, but I don’t see a way to get the posterior distribution over all the hidden states, and use this distribution in my guide. Is this possible?

Mike