フィルターのクリア

How to programme in Matlab to obtain transition probability matrix from sequence of data?

3 ビュー (過去 30 日間)
Ram k
Ram k 2016 年 5 月 3 日
編集済み: Ram k 2016 年 5 月 4 日
Suppose I have a sequence of states like 5,5,1,5,4,1,2,3,5,5,1,5. How to programme in Matlab to obtain Transition probability matrix.

回答 (1 件)

Steven Lord
Steven Lord 2016 年 5 月 3 日
Look at the Hidden Markov Models functions in Statistics and Machine Learning Toolbox.
  1 件のコメント
Ram k
Ram k 2016 年 5 月 4 日
編集済み: Ram k 2016 年 5 月 4 日
But this Markov chain follows 1-step transition probabilities i.e. probability distribution of next state depends only on current state and not on previous state, so I don't want to go HMM.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMarkov Chain Models についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by