Monday, October 23, 2017

probability theory - Expected value of visits in a state of a discrete Markov chain





Let




  • X=(Xn)nN0 be a Markov chain with values in a at most countable Polish space E and E be the Borel σ-algebra on E

  • (Px)xE be the distributions of X

  • N(y)=nN01{Xn=y} be the number of visits of X in yE



Clearly, Ex[N(y)]=nN0Px[Xn=y].




I've read that it holds Ex[N(y)]=kNPx[N(y)k],

but I don't understand why this is true. Is it a typo and what's really meant is "=" instead of "\ge"?


Answer



Here's a formula with uses in lots of places: If N is a non-negative integer-valued random variable, then E[N]=k=1P[Nk]. To see this write
k=1P[Nk]=k=1j=kP[N=j]=j=1jk=1P[N=j]=j=1jP[N=j]=E[N]


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...