Effacer les filtres
Effacer les filtres

transition probability matrix for markov

3 vues (au cours des 30 derniers jours)
saja mk
saja mk le 8 Oct 2020
Commenté : Ameer Hamza le 8 Oct 2020
how to solve if the summation of each row in transition probability matrix in markov chain not equal to one?

Réponse acceptée

Ameer Hamza
Ameer Hamza le 8 Oct 2020
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 commentaires
saja mk
saja mk le 8 Oct 2020
thanks alot
Ameer Hamza
Ameer Hamza le 8 Oct 2020
I am glad to be of help!

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by