The inter-arrival time of a Poisson Process, $t$, conforms to the exponential distribution, so the probability density function for $t$ is $f(t)=\lambda e^{-\lambda t}$, $t>0$. ($\lambda$ is the arrival rate of the Poisson Process.)
For two adjacent arrivals $i$ and $j$ ($i$ is in front of $j$), if their inter-request time $t$ is less than a constant $\tau$ ($t<\tau$), then remove $j$. If the arrival immediately after $j$ is $k$, and the inter-request time between $j$ and $k$ is still less than $\tau$, we also remove $k$, so on and so forth.
In other words, arrivals close enough ($t<\tau$) are all removed except the beginning one.
Here is my question: What is the process that the rest arrivals conform to? If there is no well-known process that can describe this process, what is the best way to approximate it?
Edit: Except for the answer from @Did, I found another answer regarding this question.
Let $t_i$ denote the inter-arrival time of the original Poisson Process, and $t$ denote the inter-arrival time for the remaining process. Assume $t_1$, $t_2$,...,$t_n$ to be a series of continuous inter-arrival variables for the original Poisson Process, with $t_1$ starting from arrival $A_j$ and $t_n$ ending with arrival $A_k$.
Further assume that arrivals $A_j$ and $A_k$ to be two adjacent arrivals that will remain (i.e., no arrivals remain between $A_j$ and $A_k$). Then we have
$$t=\sum_{i=1}^{n-1}t_i+t_n$$
And $t_i<\tau~(i=1...n-1)$, $t_n>\tau$.
So we can derive the distribution density function $g(t)$ for $t$ is
$$g(t)=\sum_{n=1}^{\infty}f(t|n)P\{t<\tau\}^{n-1}(1-P\{t<\tau\})$$
where $f(t)=\lambda e^{-\lambda t}$ and $P\{t<\tau\}=1-e^{-\lambda \tau}$.
(Note:The above formula seems to be right at first glance, but I do not know how to interpret mathematically.)
Based on this formula, the explicit form for $g(t)$ is
$$g(t)=\sum_{n=1}^{\infty}(-1)^{n+1}\lambda^{-1}\frac{(t-n\tau)^{n-1}}{(n-1)!}u(t-n\tau)$$ where $u(t)$ is a step function with $u(t)=0$ when $t<0$ and $u(t)=1$ otherwise.
large, how to definelargehere? – Bloodmoon Sep 27 '14 at 12:34