Deriving the exponential distribution from the time between event in a Poisson distribution

From Maths
Jump to: navigation, search
Stub grade: B
This page is a stub
This page is a stub, so it contains little or minimal information and is on a to-do list for being expanded.The message provided is:
In need of update

Notes

Let XPoi(λ) for some λR>0

  • Here supposed that X models the number of events per unit time - although as with Poisson distribution - any continuum will do

Then:

  • Suppose an event happens at t=t0
    • Let T be the random variable which is the time until the next event.
      • Let dR>0 be given, so we can investigate P[T>d]
      • We are interested in P[no events happening for time in (t0,t0+d)]=P[T>d]
        • Let XPoi(λd) be used to model this interval
          • as if λ events are expected to occur per unit time, then λd are expected to occur per unit d of time
          • It is easy to see that P[no events happening for time in (t0,t0+d)]=P[X=0]=eλd
        • Thus P[T>d]=eλd
          • Or: P[Td]=1P[T>d]=1eλd
    • But this is what we'd see if T followed the exponential distribution with parameter λd
      • P[Td]=1eλd

Thus we see the time between occurrences of events in a Poisson distribution is exponentially distributed, or memoryless.

Modifications

Suppose instead t0 is the start time of the process rather than the last event time, how does this change things?

Notes

References