Markov Chain, Transition Probability Matrix, hmmestimate MATLAB
Info
This question is closed. Reopen it to edit or answer.
Show older comments
I have a sequence of States b=[S1,S1,S3,S1,S4,S2,S2,....]; four states.
(I had a large set of data (10000*1), then clustered the data into four clusters where I call them States, S1...S4)
Now, I would like to create a Markov model for these states. Can I use hmmestimate(b,b) (MATLAB function) to calculate the Transition Probability Matrix for this Markov model with the four states, S1 ... S4?
Confusing thing is that this model is not a Hidden Markov Model but a Markov Chain (I think so). However, MATLAB says hmmestimate is for Hidden Markov Models.
The only thing I need is the Transition Probability Matrix.
Thanks,
Pey.
Answers (1)
John BG
on 27 Feb 2016
0 votes
Pey
start here
If you find this answer of any help solving this question, please click on the thumbs-up vote link,
thanks in advance
John
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!