Effacer les filtres
Effacer les filtres

Method for Calculating Steady State Probablities from Transition Matrix

5 vues (au cours des 30 derniers jours)
Masood Abbasi
Masood Abbasi le 6 Mai 2018
Commenté : Issy P le 26 Oct 2019
Hi, I have 40 x 40 Transition Matrix. Can any one tell me the code to get steady state probabilities from this Matrix.
  1 commentaire
Issy P
Issy P le 26 Oct 2019
Hi, I have a 16x16 transition matrix and want to find the steady state matrix using the eigenvalue of 1. I am completely new to matlab and need to find this for a school assignment. What was the code that you used to find it?

Connectez-vous pour commenter.

Réponses (1)

Matt J
Matt J le 6 Mai 2018
Use eig() to find the eigenvector with eigenvalue 1.
  2 commentaires
Masood Abbasi
Masood Abbasi le 7 Mai 2018
Can you eloborate if i have TM= transition matrix then what the code would be. Like eig(TM,1). My matrix is 40x40. Thanks

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by