i'm new to the HMM universe. I've followed the tutorials using a GaussianHMM machine learner, and they work but i was just wondering how i can use the code to display the probability of an observation given the most likely sequence, assuming i have multiple sequences of observations? Thanks
so for example, if the observations are: seq1:[1,2,-1,4,2], seq2:[a,v,s,a,f], and the model has 2 states, once the model predicts the states, how does one calculate the probability of an observed output [1],[a] ?