How to calculate steady-state probability?
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
surabhi sachdeva
el 5 de Oct. de 2017
Respondida: Walter Roberson
el 5 de Oct. de 2017
How to derive the steady-state probability of any state using MATLAB?
Suppose, we have been given 100 states and each state is 6 characters long.
Is there any way to calculate the steady-state probability of all the states?
Please help
0 comentarios
Respuesta aceptada
Walter Roberson
el 5 de Oct. de 2017
The symbolic process is shown at https://www.mathworks.com/help/symbolic/examples/markov-chain-analysis-and-stationary-distribution.html
In your situation with 100 or 729 rows and columns, it would be completely impractical to extract a symbolic result (unless you could demonstrate that the system was banded such as if it were tridiagonal), so you would need to have numeric coefficients and you would use the numeric equivalents of the calls shown in the above link.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Markov Chain Models en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!