Filter löschen
Filter löschen

Method for Calculating Steady State Probablities from Transition Matrix

5 Ansichten (letzte 30 Tage)
Masood Abbasi
Masood Abbasi am 6 Mai 2018
Kommentiert: Issy P am 26 Okt. 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 Kommentar
Issy P
Issy P am 26 Okt. 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?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Matt J
Matt J am 6 Mai 2018
Use eig() to find the eigenvector with eigenvalue 1.

Community Treasure Hunt

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

Start Hunting!

Translated by