Poisson process, distribution of life time

75 Views Asked by At

Let $\tau_d$ be the death time of a particle, and suppose the rate of death at time $t$ is given as $\lambda(t)$, that is, $$ P\{\tau_d\in [t,t+\delta t]\mid F_t\}=\lambda(t)\delta t+o(\delta t), \text{ for } t <\tau_d, $$ where $F_t$ is the sigma algebra of the history up to time $t$.

Show that $\int_0^{\tau_d}\lambda(t) \, dt$ is exponentially distributed.

This is similar to the counting process, but I can not get the answer by mimicking the method do for counting process. I am curious about if we can actually derive the distribution of $\tau_d$ or we can only have that of the integral.

On the other hand, I have no intuition for it to be exponential too. Is there a way to understand formally?

1

There are 1 best solutions below

4
On BEST ANSWER

I think you need the assumption that $\int_0^\infty \lambda(t) \,dt = \infty$ and I think also $\lambda(t) > 0$, otherwise this doesn't happen.

To get an intuition for why this is true (and to prove it), try the following steps:

  • Convince yourself that one way to define an exponential random variable with mean $\mu$ is a random variable satisfying $$P[X \in [x,x+dx] \mid X \geq x] = \mu \, dx + o(dx).$$
  • Try to calculate $$P\left[\int_0^{\tau_d} \lambda(t)\,dt \in [x,x+dx] \,\middle|\, \int_0^{\tau_d} \lambda(t)\,dt \geq x\right]$$
  • To deal with the above, define $y$ so that $x = \int_0^y \lambda(t) \,dt$, and then use the fundamental theorem of calculus to find $dy$ so that $x + dx = \int_0^{y + dy} \lambda(t) \,dt$.

Edit: I made a comment originally about changing the assumption on the $\sigma$-algebra, but I've gotten rid of it now.

Edit 2: Some details on the second step. Note that the fundamental theorem of calculus implies $$\int_0^{y + \,dy} \lambda(t)\,dt = \int_0^y \lambda(t)\,dt + \lambda(y)\,dy + o(dy).$$

Choosing $dy = \frac{dx}{\lambda(y)}$ shows $$x + \,dx = \int_0^{y + dx/\lambda(y)} \lambda(t)\,dt + o(dx).$$ Thus, we have \begin{align}P\left[\int_0^{\tau_d} \lambda(t)\,dt \in [x,x+dx] \,\middle|\, \int_0^{\tau_d} \lambda(t)\,dt \geq x\right] &= P\left[ \tau_d \in \left[y, y + \frac{dx}{\lambda(y)}\right] \,\middle|\, \tau_d \geq y \right] \\ &= dx + o(dx).\end{align}