Processing math: 67%
Google
 
Web unafbapune.blogspot.com

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!enp=(τδλδ)kk!eτδ(λδ)where n=τδ and p=λδ+O(δ2)P(k,τ)=(λτ)kk!eλτwhich is the Poisson PMF with parameter (λ,τ)
E[Nτ]npλτvar(Nτ)np(1p)λτNote E[Nτ]=k=0k(λτ)keλτk!

Small interval probabilities

  P(k,δ){1λδk=0λδk=10k>1
by using very small δ so that the probability of having more than one arrival becomes negligible. λ, the arrival rate, can be perceived as the probability of arrival per unit time.

Time T1 until the 1st arrival

  P(T1t)=1P(T1>t)=1P(0,t)=1eλtfT1(t)=ddtP(T1t)=λeλt=Exponential(λ)

Memorylessness: fT1(tt|t>t)= Exponential(λ).

Time Yk of the kth arrival

  P(Yky)=n=kP(n,y)CDF argumentfYk(y)δP(yYky+δ)=P(k1,y)P(1,δ)=P(k1,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.


Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?