6.the Bernoulli and Poisson Processes
6.the Bernoulli and Poisson Processes
Dependencies
For example, how do future prices of a
stock depend on past values?
Long-term averages
For example, what is the fraction of time
that a machine is idle?
Boundary events
For example, what is the frequency with
which some buffer in a computer network
overflows with data?
Fresh-Start
For any given time n, the sequence of RV
Xn+1, Xn+2, … is also a Bernoulli process, and
is independent from X1, …, Xn.
Memorylessness
n: given time
: the time of the first success after time n
~ geometric(p), and is independent
of the RV X1, …, Xn, i.e.,
1 p
E[T ] ,var(T ) .
1 p (1 p ) 2
1 1 p
pI (k ) (1 p ) k 1 p,k 1, 2,....,E[ I ] ,var( I ) 2
p p
Bernoulli(pq)
Bernoulli(p)
Bernoulli(p(1-q))
Time-homogeneity
Arrivals are equally likely at all times.
Independence
Analogous to the independence of trials in a
Bernoulli process.
Small interval probabilities
For small ,
P(0 arrival) : 1 − ;
P(1 arrival) : ;
P(2 or more arrivals) : 0.
POISSON BERNOULLI
Times of
Continuous Discrete
Arrival
PMF of # of
Poisson Binomial
Arrivals
Interarrival
Exponential Geometric
Time CDF
Fresh-Start
For any given time t > 0, the history of the
process after time t is also a Poisson
process, and is independent from the
history of the process until time t.
Memorylessness
t: given time
: the time of the first arrival after time t
~ exponential(), and is independent
of the history of the process until time t.
merge
Broadband Communication, NCTU, Taiwan 44
Example 6.15: Competing Exponentials
Sol:
Let T1, T2, T3 be the time to the first,
second and third burnout, respectively.