State transition matrix for CTMC
Mostrar comentarios más antiguos
I'm new to Matlab and I need to crate a state transition matrix for a CTMC (continnuous time Markov chain) and i have not found any code, that would help me do so.
I have a table of survay data of bridge elements rated from 1 to 4, seperated by about 3 years, with 1 beeing the best state (like new) and 4 describing an element that needs replacement. Elements cant reach a beter state than it previosly had.
I need to create a transition matrix Q that would indicate the likelyhood of an element moving from one state to another every year.

The end result should be a 4x4 matrix. There is 3076 lines of data( excluding the heading) if its relevant.
I hope you can help me.
1 comentario
Priit Kasari
el 12 de Abr. de 2021
Respuestas (1)
Aghamarsh Varanasi
el 17 de Mzo. de 2021
Editada: Aghamarsh Varanasi
el 17 de Mzo. de 2021
1 voto
Hi,
As this seems to a HW problem, I can give you documentation links and MATLAB Answers comunity links that might be helpful
Categorías
Más información sobre Markov Chain Models en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!