필터 지우기
필터 지우기

transition probability matrix for markov

조회 수: 3 (최근 30일)
saja mk
saja mk 2020년 10월 8일
댓글: Ameer Hamza 2020년 10월 8일
how to solve if the summation of each row in transition probability matrix in markov chain not equal to one?

채택된 답변

Ameer Hamza
Ameer Hamza 2020년 10월 8일
If you just want to make each row sum to one, then you can try this
M % matrix
M_new = M./sum(M,2)
I am not sure if this is the theoretically correct way to solve this problem.
  댓글 수: 4
saja mk
saja mk 2020년 10월 8일
thanks alot
Ameer Hamza
Ameer Hamza 2020년 10월 8일
I am glad to be of help!

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

추가 답변 (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