Memoryless Property of The Exponential Distribution: Appendix B

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Appendix B

Memoryless Property of the


Exponential Distribution
I have memoriesbut only a fool stores his past in the future.
David Gerrold
We mentioned in Chapter 4 that a Markov process is characterized by its unique
property of memoryless-ness: the future states of the process are independent of its
past history and depends solely on its present state. We further learnt that Poisson pro-
cesses constitute a special class of Markov processes for which the event occurring
patterns follow the Poisson distribution while the inter-arrival times and service
times follow the exponential distribution. We have also learnt that if the event occur-
ring patterns follow the Poisson distribution, then the inter-arrival times and service
times follow the exponential distribution, or vice versa. It is important to understand
that all these statements are supported by the fact that the exponential distribution is the
only continuous distribution that possesses the unique property of memoryless-ness.
Now lets mathematically prove the memoryless property of the exponential
distribution. Surprisingly, the proof is very simple.
First, lets state the following conditional probability law that
P(Aj B) P(A >B)=P(B) (B:1)
which can be read as given the event B, the probability of the event A is equal to the
joint probability of A and B divided by the probability of the event B.
Software Performance and Scalability. By Henry H. Liu
Copyright #2009 IEEE Computer Society
361
Let T be the variable representing the random inter-arrival time between two
successive arrivals at two time points, then according to Equation (4.7), we have
the following probabilities for the two mutually-exclusive events:

Having an arrival within a period of t seconds:


P(T t) 1 e
lt
(B:2)

No arrival yet for a period of t seconds:


P(T t) e
lt
(B:3)
Then we wish to prove that
P(T t Dt j T t) P(0 T Dt) (B:4)
The left-hand-side of the above equation represents the probability of having an
arrival by waiting Dt seconds longer under the condition that no arrival has occurred
during the past waiting period of t seconds with t 0; the right-hand-side represents
the probability of having an arrival if waiting for another Dt seconds. The equation
states that the probability of having an arrival during the next Dt seconds is indepen-
dent of when the last arrival occurred.
With the help of Equations (B.1) (B.3), we can prove that
P(T t Dt j T t)
P[(T t Dt) >(T t)]
P(T t)

e
lt
e
l(tDt)
e
lt
1 e
l(Dt)
P(0 T Dt)
As an example, lets say that there has been no arrival during the last 10 seconds.
Then the probability of having an arrival within the next 2 seconds is independent
of how long there has been no arrival so far, namely, P(T 10 2 j T 10)
P(T 2). Do not mistakenly think that P(T 10 2 j T 10) P(T 12).
This completes the proof of the memoryless property of the exponential
distribution.
362 APPENDIX B: MEMORYLESS PROPERTY OF THE EXPONENTIAL DISTRIBUTION

You might also like