How to simulate Markov Chain

Hello, Could you please help me in solving this problem. Suppose in the Land of Oz, there are 525 days in a year. I want to simulate the weather in Land of Oz dividing into rainy, nice, and snowy days. I saw in the literature, SimulateChain can do this. But I couldn't find any SimulateChain in Matlab. I am waiting for a reply.
Naima

답변 (1개)

Sean de Wolski
Sean de Wolski 2013년 6월 6일

0 개 추천

Sounds like you're looking for the hmm* functions. What does your data look like? Do you know your transition matrix or are you trying to figure it out from data?

댓글 수: 1

R N S
R.5 .25 .25
N.5 0 .5
S.25 .25 .5
This is my transition matrix. Could you please help me now?

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

카테고리

질문:

2013년 6월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by