The memoryless Poisson process and volcano insurance

In an episode of Family Guy, an insurance salesman tries to sell Peter volcano insurance. Reluctant to buy the volcano insurance, Peter said “I’m pretty sure we’ve never had a volcano”. The salesman responded “Don’t you think we’re overdue for one?”, which convinced Peter.

We can model an event such as a volcano eruption as a point process when the duration of the event is negligibly small compared to the time window of observation and the time between events. We can visualize a point process as points on a timeline:

image

The point process of some events indeed behaves like the volcano insurance salesman suggests about volcanoes: as more time elapses from a previous event, it becomes more likely that another event will occur soon. As an example, consider a truck making a cross-country road trip where the event is filling up the fuel tank.

On the other hand, a Poisson process is a memoryless stochastic point process; that an event has just occurred or that an event hasn’t occurred in a long time give us no clue about the likelihood that another event will occur soon. The Poisson process is used to model radioactive decay, requests for documents on the web, and customers ordering/calling/showing up in queuing theory [list of applications]. Let be the random variable representing the time that has elapsed since the last event has occurred, the waiting time between events in the Poisson process. This memoryless property of the Poisson process relates the probabilities:

In words, if we’ve already waited a time without seeing an event (), the probability that an event won’t occur in the next minutes, , is the same as if we hadn’t already waited the time , .

Just by enforcing this memoryless condition, we will discover that the waiting time is necessarily exponentially distributed, .

Using Bayes’ theorem, , and we can write the memoryless property as:

$$P(T > t + s ) = P(T > t) P(T > s).$$

Let’s call the survival function since it is the probability that a volcano hasn’t erupted up until time . In terms of the survival function, the memoryless property is:

From here, the trick is to consider . Then,

We see a pattern if we split into a different fraction:

The pattern is that for integers :

We can also write for any integer :

Substituting into this our formula above for  related to :

By choosing and , we can approximate any real number with , so we can write

Keep in mind that  is just some constant. If we define [ will be greater than zero since the log of a number between 0 and 1 is negative], we get that the survival function is:

This is called the exponential distribution, and it governs the random variable that represents the waiting time between events in a Poisson process. The parameter determines how fast the exponential will decay with time; a large implies that there is not much probability of survival at large times and thus events generally occur frequently.

We can easily confirm that the survival function for the exponential distribution satisfies the memoryless property:

The probability density function of the exponential distribution is the negative derivative of the survival function since ,

So a Poisson process is a stochastic point process where the waiting times between events are exponentially distributed. If we ask the question “How many events do we expect to occur during a time interval of length ?”, this is a well-posed question because we do not need to know anything about the history of events up until that point– the Poisson process is memoryless!

Let be the number of events in a Poisson process with parameter that occur in a time interval of length . What is the probability that events occur in this time window, ?

The easy one is . If no event occurs in the time interval , the event must occur after a time :

where we integrate starting at zero because, why not? It doesn’t matter when we start our count of time since history plays no role.

If , we can consider all possible times that this single event could occur; the probability that it occurs around time has a probability density . Further, a second event must not occur in the rest of the interval ; i.e. its waiting time since the first event must fall in .

Moving on to , consider the first event occurs at time and the second at time . So, the waiting time for the second event is , and it belongs somewhere in ; this is the outermost integral. The first event has a waiting time , and given the second has waiting time , the first waiting time falls somewhere in ; this is the next inner integral. Finally, we need that the third event’s waiting time fall in ; i.e. its waiting time cannot be less than , as this would imply that the third event fell in . This is the inner-most integral.

Again, there is a recurring pattern here that would be clearer if we consider :

The above is the probability distribution for observing events in time interval in a Poisson process. The factorial in the denominator is not too surprising since ! counts the number of permutations of events; the order of the events here is immaterial.

To answer our question of the expected number of events that occur in a time interval of length in a Poisson process with parameter :

Simplifying and noting that the term drops out:

Finally, we see the series representing the exponential function by reindexing:

and the expected number of events that occurs in a time interval is . This is in line with our earlier interpretation that a larger implies that events happen more frequently, since  scales proportionally with the size of .

I find it interesting how we can start with the memoryless property, and the exponential distribution of waiting times and the Poisson process follow naturally.

comments powered by Disqus