Saturday, April 26, 2014
Poisson Process
As discretization of Bernoulli Process
Prob. of k arrivals in interval duration of τ. Note Nτ≈ Binomial(n,p).
P(Nτ=k)=P(k,τ)where ∞∑k=0P(k,τ)=1=(np)kk!e−np=(τδ⋅λδ)kk!e−τδ(λδ)where n=τδ and p=λδ+O(δ2)P(k,τ)=(λτ)kk!e−λτwhich is the Poisson PMF with parameter (λ,τ) |
Small interval probabilities
P(k,δ)≈{1−λδk=0λδk=10k>1 |
Time T1 until the 1st arrival
P(T1≤t)=1−P(T1>t)=1−P(0,t)=1−e−λtfT1(t)=ddtP(T1≤t)=λe−λt=Exponential(λ) |
Memorylessness: fT1(t′−t|t′>t)= Exponential(λ).
Time Yk of the kth arrival
P(Yk≤y)=∞∑n=kP(n,y)CDF argumentfYk(y)δ≈P(y≤Yk≤y+δ)=P(k−1,y)P(1,δ)=P(k−1,y)⋅λδmore intuitive argument∴ |
\begin{aligned} Y_k &= T_1 + \cdots + T_k & \text{sum of i.i.d. exponentials} \\ \mathbb{E}[Y_k] &= \frac{k}{\lambda} \qquad var(Y_k) = \frac{k}{\lambda^2} \\ \end{aligned} |
Sum of independent Poisson r.v's with means/parameters \mu and \nu
\quadPoisson(\mu) + Poisson(\nu) = Poisson(\mu + \nu) \qquad with mean/parameter \mu + \nu
In general, the sum of two independent Poisson random variables is also a Poisson random variable as if the two given r.v.'s are numbers of arrivals in disjoint time intervals. This is a special property similar to that of Normal r.v.'s, and most other distributions do not have.
Splitting a Poisson process
Splitting a Bernoulli process into two would result in two Bernoulli processes that are dependent, since the arrival in a given time slot of one process would imply the non-arrival of the other process in the same time slot. Similarly, splitting a Poisson process into two would also result in two Poisson processes. Surprisingly, however, they are independent, as time is continuous.
Source: MITx 6.041x, Lecture 22, 23.