2
$\begingroup$

$\lambda_t$ is binary with $\lambda_H$ and $\lambda_L$, with instantaneous transition probailities of $\mu_H$ and $\mu_L$.

What is $\mathbb{E}_t[\lambda_T]$, assuming $\lambda_t=\lambda_H$ or $\lambda_t=\lambda_L$?

$\endgroup$
4
  • $\begingroup$ Hi, what are your thoughts on this problem? $\endgroup$ Commented Oct 1, 2024 at 12:46
  • $\begingroup$ I though the solution is $\mathbb{E}_t[\lambda_T]=\lambda_He^{-\mu_H(T-t)}+\lambda_L(1-e^{-\mu_H(T-t)})$, assuming $\lambda_t=\lambda_H$. Is that correct? $\endgroup$ Commented Oct 1, 2024 at 14:19
  • $\begingroup$ I believe the long run fractions of time spent in the two states are $\frac{\mu_L}{\mu_L+\mu_H},\frac{\mu_H}{\mu_L+\mu_H}$. For ex when the transition rates are equal you spend 50% of the time in each state. $\endgroup$ Commented Oct 1, 2024 at 18:20
  • $\begingroup$ that makes sense. $\endgroup$ Commented Oct 1, 2024 at 19:20

1 Answer 1

2
$\begingroup$

This is a continuous-time Markov chain with rate matrix $$Q=\begin{pmatrix} -\mu_H & \mu_H\\ \mu_L & -\mu_L \end{pmatrix}.$$ The transition matrix associated with going from time $t$ to time $T$ is then (using WolframAlpha) $$P(t,T) = \exp((T-t)Q)=\frac{1}{\mu_H+\mu_L}\begin{pmatrix} \mu_He^{-(T-t)(\mu_H+\mu_L)} + \mu_L & \mu_H(1-e^{-(T-t)(\mu_H+\mu_L)})\\ \mu_L(1-e^{-(T-t)(\mu_H+\mu_L)}) & \mu_H + \mu_Le^{-(T-t)(\mu_H+\mu_L)} \end{pmatrix}.$$ The top row of this matrix gives the distribution of $\lambda_T$ given $\lambda_t=\lambda_H$. The bottom row of this matrix gives the distribution of $\lambda_T$ given $\lambda_t=\lambda_L$. You can see that it's the identity matrix when $t=T$, and as $T\to \infty$ it converges to the stationary distribution given by nbbo2 in the comments of your question.

$\endgroup$
5
  • $\begingroup$ Wonderful! Thank you so much! I have a question though, how should I interpret the instantaneous transition probability? To be specific, I am thinking something like the following. For example, at time $t$, $\lambda_t = \lambda_H$, then at time $t+\Delta t$, the probability of entering $H$ state is what? I am not sure I understand it in continuous time. Relatedly, what does $Q$ represents intuitively? $\endgroup$ Commented Oct 1, 2024 at 21:40
  • 1
    $\begingroup$ Good question! $\frac d{dT} P(t,T) = P(t,T)Q$ (Kolmogorov's forward equation). Evaluate it at $T=t$, and it shows that the transition matrix of going from $t$ to $t+ \Delta t$ is $I+Q\Delta t$ to first order. $\endgroup$ Commented Oct 1, 2024 at 22:32
  • $\begingroup$ I have another question, maybe it is due to my misunderstanding of the notations. If the top row of $P(t,T)$ corresponds to the distribution of $\lambda_T$ conditional on $\lambda_t=\lambda_H$, then is it correct that $E_t[\lambda_T | \lambda_t=\lambda_H] = P(t,T)[1,1]\lambda_H + P(t,T)[1,2]\lambda_L$. But I am confused here $P(t,T)[1,1]+P(t,T)[1,2]=\mu_H+\mu_L \neq 1$... $\endgroup$ Commented Oct 5, 2024 at 17:45
  • $\begingroup$ There's a factor $\frac{1}{\mu_H + \mu_L}$ outside the matrix. And yes your equation for $E_t[\ldots]$ is correct. $\endgroup$ Commented Oct 5, 2024 at 18:10
  • $\begingroup$ oh it is my negligence... $\endgroup$ Commented Oct 5, 2024 at 18:27

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.