Reputation: 21
I am wondering can matlab hmm toolbox handle continuous observation? Can it handle multiple observations variable(feature for each state) It seems that it can handle single stream of discrete observations. Is that correct or am I missing something?
What If I have multiple continuous or discrete observation. Can it handle those?
Upvotes: 2
Views: 292
Reputation: 91
Yes, for the KM. toolbox, as we see from usage docs here, mhmm_em(...) function is used whenever observation probabilities are a mixture of Gaussians.
Upvotes: 0
Reputation: 91
If u mean this library then it can't. You're correct, this toolbox only takes a sequence of integers as observations ie NOT continuous observations. Surely this also limits the capability to solve your next questions concerning multiple observations.
Upvotes: 1