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?
How to check irreducible Markov chain?
8 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
更多回答(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!