[markov chain] reading expected value from the transition matrix

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 8K views
rahl___
Messages
10
Reaction score
0
Hello there,

yet another trivial problem:
We have a transition matrix of some markov chain: [tex]\left[\begin{array}{ccc}e_{11}&...&e_{1n}\\...&...&...\\e_{n1}&...&e_{nn}\end{array}\right][/tex].
at the beginning our chain is in the state [tex]e_1[/tex]. let T be the moment, when the chain reaches [tex]e_n[/tex] for the first time. What is the expected value of T?

I've attended the 'stochastic process' course some time ago but the only thing I remember is that this kind of problem is really easy to compute, there is some simple pattern for this I presume.

thanks for your help,
rahl.
 
Physics news on Phys.org
I don't think there's an easy answer to that. You can modify the matrix so, the chain will remain in state [itex]e_n[/itex] if it gets there, and compute [tex]\sum_{k=1}^\infty k (i M^k - i M^{k-1})[/tex]

where i is the initial state of (1, 0, ... , 0) and M the transition matrix. You need the last component of this of course.