How to make Markov Chain Model with given sequence of data?
2 ビュー (過去 30 日間)
古いコメントを表示
Markov Chain model considers only 1-step transition probabilities i.e. probability distribution of next state depends only on current state and not on previous state. I am using equation given below to make Markov Chain Model.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/162887/image.jpeg)
I have given sequence of data, i.e. Given observations of the system state are 10,10,2,10,10,5,9,2 so it has four different states i.e. 10,2,5,9. Now I have to make Markov Chain model using this data with the help above equations. Transition probability matrix will look like below
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/162889/image.jpeg)
0 件のコメント
回答 (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!