How to check irreducible Markov chain?

조회 수: 6 (최근 30일)
Clarisha Nijman
Clarisha Nijman 2018년 10월 23일
댓글: Clarisha Nijman 2018년 10월 23일
Hello,
Now I want to check in matlab if a Markov Chain is irreducible or not. I found some instructions in mathworks saying:
tf1 = isreducible(mc1) %returns true if the discrete-time Markov chain mc is reducible and false otherwise.
but it seems not to be enough. Then came accros a part saying that the object should be defined first as a Markov chain. dtmc mc1
But it still gives errors. Where can I find simple information/instructions about this topic? I am relatively new in matlab, so I do not know the right keywords. Does somebody have some advice for me?
Thank you in advance
  댓글 수: 2
Clarisha Nijman
Clarisha Nijman 2018년 10월 23일
That is the same document in Mathwords I referred to. This document wants me to define mc as a dtmc object, the link on the page says a transition matrix is needed to do that. But is this the only way? Is it possible to give a series a input, and then to check if the series is irreducible or a proper Markov Chain?
Torsten
Torsten 2018년 10월 23일
편집: Torsten 2018년 10월 23일
A Markov chain is defined by its transition matrix. If you know how you must transform your "series" (I don't exactly know what this series actually is) into the transition matrix, you are done.
Best wishes
Torsten.

댓글을 달려면 로그인하십시오.

채택된 답변

Torsten
Torsten 2018년 10월 23일
https://de.mathworks.com/help/econ/dtmc.isreducible.html
  댓글 수: 1
Clarisha Nijman
Clarisha Nijman 2018년 10월 23일
Thanks a lot Torsten,
so with the series (sequence of numbers or states the Markov chain visited after n transitions), the transition probability matrix is composed and then it can be checked if the Markov chain is irreducible or not. Thanks a lot!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Markov Chain Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by