Arrival time expectation value - Merged Poisson Process

1.2k Views Asked by At

Consider a merged Poisson process comprising two Independent Poisson processes, i.e., Process $1$ and Process $2$ with arrival rate $\lambda_{1}$ and $\lambda_{2}$, respectively. Consider the the Merged poisson processes for a time duration of $[0 - 1s]$

IF We assume that $\lambda_{1} << \lambda_{2}$. $\lambda_{1}$ arrival rate is too less than $\lambda_{2}$.

What is the expected value of the arrival time of the $FIRST$ arrival from Process $1$ within the given time period $[0 - 1s]$ before any arrival from Process $2$? It is like a conditional expectation value of the $FIRST$ arrival from Process $1$ before any arrival from Process $2$?

Hint: In general, for any poisson process with rate $\lambda$, If $T$ is the time elapsed until the $FIRST$ arrival, then we can say that $E[X]=1/\lambda$.

But, in this case, I am interested to calculate the expectation value of the arrival time of the $FIRST$ arrival from process $1$ in the given time period $[0-1s]$ and with a condition that no arrival occurred before from process $2$ within $[0-1s]$. If the X is the random variable for the time elapsed until this FIRST arrival from process $1$, then I can say, I need to calculate

$$E[X_{1} | 0<X<1s\ and \ No \ arrival \ from \ process \ 2]$$

1

There are 1 best solutions below

1
On BEST ANSWER

Units in seconds.

$\mathsf E(X_1\mid 0\leqslant X_1\leqslant 1, X_1\leqslant X_2) ~{= \dfrac{\int_0^1\int_s^\infty \lambda_1\lambda_2 s~e^{-\lambda_1s-\lambda_2t}\mathrm d t\mathrm d s}{\int_0^1\int_s^\infty \lambda_1\lambda_2 e^{-\lambda_1s-\lambda_2t}\mathrm d t\mathrm d s}\\ = \dfrac{\int_0^1 se^{-(\lambda_1+\lambda_2) s}\mathrm d s}{\int_0^1 e^{-(\lambda_1+\lambda_2) s}\mathrm d s} \\=\dfrac{1-(\lambda_1+\lambda_2+1)e^{\lambda_1+\lambda_2}}{(\lambda_1+\lambda_2)(1-e^{\lambda_1+\lambda_2})}\\= \dfrac{1}{\lambda_1+\lambda_2}-\dfrac{1}{e^{\lambda_1+\lambda_2}-1}}$

Then ${\left.\mathsf E(X_1\mid 0\leqslant X_1\leqslant 1, X_1\leqslant X_2)\right\lvert}_{\lambda_1\ll\lambda_2} \approx\dfrac{1}{\lambda_2}-\dfrac{1}{e^{\lambda_2}-1}$, which approaches zero for larger $\lambda_2$