필터 지우기
필터 지우기

How to programme in Matlab to obtain transition probability matrix from sequence of data?

조회 수: 3 (최근 30일)
Suppose I have a sequence of states like 5,5,1,5,4,1,2,3,5,5,1,5. How to programme in Matlab to obtain Transition probability matrix.

답변 (1개)

Steven Lord
Steven Lord 2016년 5월 3일
Look at the Hidden Markov Models functions in Statistics and Machine Learning Toolbox.
  댓글 수: 1
Ram k
Ram k 2016년 5월 4일
편집: Ram k 2016년 5월 4일
But this Markov chain follows 1-step transition probabilities i.e. probability distribution of next state depends only on current state and not on previous state, so I don't want to go HMM.

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

카테고리

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