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:
<http://www.mathworks.com/support/solutions/en/data/1-EFNRHP/index.html?product=ST&solution=1-EFNRHP>
so I assume that there is an option to use continuous values with Matlab 2010b, but I couldn't find how.
Thanks.
댓글 수: 0
채택된 답변
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.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Markov Chain Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!