フィルターのクリア

Why the stationary distribution of this markov chain is empty?

3 ビュー (過去 30 日間)
Corrado A.
Corrado A. 2018 年 3 月 16 日
回答済み: seyed mahmoud mirkhan 2020 年 12 月 25 日
Hello,
I have this probability matrix:
P = [0 1 0 0 0 0;
0 0 1 0 0 0;
0 0 0 1 0 0;
0 0 0 0 1 0;
0 0.0833333333333333 0 0 0 0.916666666666667;
1 0 0 0 0 0];
If I create a dtmc object and compute the stationary distribution as follows
mc = dtmc(P);
mu = asymptotics(mc);
the asymptotics function returns an empty array. What am I missing? Even if the mc is not ergodic shouldn't it have at least one stationary distribution?
Thank you for your time.

回答 (1 件)

seyed mahmoud mirkhan
seyed mahmoud mirkhan 2020 年 12 月 25 日
hello. i solve your problem with spectral decomposition method
stationary distribution is
0.1571 0.1714 0.1714 0.1714 0.1714 0.1571

カテゴリ

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