Poisson process: Arrival times

Let's see the Poisson process {N(t)} as the phone call problem. That is, N(t) is the random variable representing the number of phone calls received by time t. Then, the arrival time Tn of the n-th call is defined as the earliest time at which the random variable N(t)=n. The inter-arrival time Qn=TnTn1 is the time between the successive calls (i.e., between n1 and n). In particular, Q1=T10=T1.

We have (Eq:QnTn)Tn=Q1+Q2++Qn.

Note that {Qi} are independent and identically distributed (i.i.d.) random variables. Therefore, we first determine the distribution of Qn and then combine them to find the distribution of Tn.

Inter-arrival times Qn

Now, observe the following.

  • The probability of having no call at time t is p0(t)=eλt.
  • Thus, the probability of having the first call by time t isPr(T1t)=Pr(``1 or more calls arrived by time t'')=Pr(N(t)1)=p1(t)+p2(t)+=n=1pn(t)=1p0(t)=1eλt.
  • Since each call is independent of other calls and all Qn's are identically distributed, we may assume that Pr(Qnt)=Pr(Q1t)=Pr(T1t). In other words, each call is the first call since the last call
  • Thus, the cumulative distribution function of Qn is Pr(Qnt)=1eλt. Accordingly, the density function of Qn is ρQn(t)=dPr(Qnt)dt=λeλt.

  • Therefore, the inter-arrival time Qn follows the exponential distribution with parameter λ. The mean and variance of Qn are (eq:mean)E(Qn)=1λ,(eq:var)V(Qn)=1λ2.

    Arrival times Tn

    Since we have (Eq:QnTn) above, and Qn's are i.i.d., it is convenient to use the moment generating function to find the distribution of Tn
    Actually, we have the following well-known theorem.

    Theorem [The sum of exponential variates is a gamma variate]

    If i.i.d. random variables X1,X2,,Xn follow the exponential distribution Exp(λ), then their sum Y=X1+X2++Xn follows the gamma distribution Gamma(n,λ) (with n and λ being the shape and rate parameters, respectively). Accordingly, the density function of Y is ρY(y)=λ(λy)n1eλy(n1)!.
    Proof. Exercise. ■

    Using this theorem, we find that Tn follows a gamma distribution and its density function is ρTn(t)=λ(λt)n1eλt(n1)!.
    The mean and variance of Tn are E(Tn)=nλ(=nE(Qn)),V(Tn)=nλ2(=nV(Qn)), as expected.

    Comments

    Popular posts from this blog

    Birth process

    Branching processes: Mean and variance

    Informal introduction to formal logic