Continuous Hidden Markov Model with Matlab functions

10 次查看(过去 30 天)
I'm trying to use hmmestimate and hmmtrain to a build a hidden markov model.
The problem is that my sequence has continuous values and not discrete values.
This gives an error when using hmmestimate for example
??? Attempted to access E(1,-0.968239); index must be a positive integer or logical.
Error in ==> hmmestimate at 170
E(states(count),seq(count)) = E(states(count),seq(count)) + 1;
I found this page:
so I assume that there is an option to use continuous values with Matlab 2010b, but I couldn't find how.
Thanks.

采纳的回答

the cyclist
the cyclist 2011-8-2
I think you are mistaken in your assumption that this functionality appears in 2010b. (Why did you conclude that?) I think your only option is to implement the solution on the page you cited.
  2 个评论
Ran
Ran 2011-8-2
I guess because of the specific version, then I assumed it existed in new versions.
Is there a recommended toolbox for chmm?
thanks.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Markov Chain Models 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by