Multi-order State-transition Matrix

バージョン 1.0.0.0 (2.29 KB) 作成者: pangyuteng
Construct a multi-order state-transition matrix.
ダウンロード: 910
更新 2012/6/27

ライセンスの表示

Construct a multi-order state-transition matrix given a Markov chain (in integer).

Example:
markovChain = [1 6 1 6 4 4 4 3 1 2 2 3 4 5 4 5 2 6 2 6 2];
norder = 2;
[ transitionMatrix columnStates ] = getTransitionMatrix(markovChain,norder);

See the m file for more detail.

引用

pangyuteng (2024). Multi-order State-transition Matrix (https://www.mathworks.com/matlabcentral/fileexchange/37322-multi-order-state-transition-matrix), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersMarkov Chain Models についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0