is anything really exponentially distributed?
Posted by Laura McLay on February 10, 2011
I am teaching stochastic processes again this semester. After enjoying a humorous exchange on twitter about the exponential distribution, I wondered about the practicality of the exponential distribution. Most of the examples from my notes seem a little idealized. For example, I’m almost positive that light bulb times are not exponentially distributed. Is anything really exponentially distributed?
Things that are almost certainly exponentially distributed:
- The amount of ink and graffiti on dollar bills that have been in circulation more than one year (a student who works for the Federal Reserve Bank provided this useful tifbit!).
- The useful life of things made from polyurethane foam, such as Nerf balls, car seats, mattress pads, and carpet pads (the useful life occurs after the break-in period and prior to the break-down period).
- The time between 911 calls (see below).
- The time between celebrity deaths.
I looked at some emergency medical 911 data. The call volume changes over the course of the day, but the call volume is constant for a large part of the day. Looking just at that time period, I examined the interarrival times of the 911 calls. The exponential distribution is more or less a perfect fit! I don’t have any data for my celebrity deaths hypothesis, but since they are independent, like most 911 calls, then I would expect celebrity deaths to follow an exponential distribution.
What else is exponentially distributed? Do you know how light bulb lifetimes are distributed?


Visit Punk Rock Operations Research on Facebook




adamo said
I found this discussion about Light Bulbs and Dead Batteries.
iamreddave said
How many mathematicians does it take to change a lightbulb?
.9999999999999999999
Laura McLay said
Excellent link–Thank you! I have never had a light bulb burn out quickly after I started using it, which I would expect for something exponentially distributed.
John said
Sometimes the exponential distribution works better in practice than you’d expect. If a method depends on an aggregate of numerous supposedly exponential events, the central limit theorem may allow the method to work even though the individual event times are poorly modeled. (For example, see this paper on monitoring clinical trials.)
Problems with the exponential distribution (and the central limit theorem in general) often show up in the tails. Methods may work well around the mean of the distribution that break down when used to predict more extreme events.
adamo said
“What else is exponentially distributed?”
From a quick check on our outgoing mail server’s yesterday logs, it seems that sending mail (including botnets) follows the same pattern. I am unsure though: It came from one (outgoing) mail server on a single day. You may want to check with your University’s postmasters for data to validate this.
Tweets that mention is anything really exponentially distributed? « Punk Rock Operations Research -- Topsy.com said
[...] This post was mentioned on Twitter by Laura McLay and Laura McLay, Tim Hopper. Tim Hopper said: RT @lamclay: New blog post: is anything really exponentially distributed? http://wp.me/pmLTQ-qi #orms [...]
Harlan said
I’ve worked with some service purchase-time data that shows a pretty-close-to-exponential growth in purchase-likelihood as time to the purchased service approaches, at least once cyclical effects are taken out. The ability to use a parametric method of estimating the shape greatly outweighs any minor inaccuracies due to the exponential not quite fitting.
Paul A. Rubin said
Life times for certain computer components, such as physical disk drives, may be approximately exponential — some die quite young, but the ones that don’t tend to last a long time.
I used to speak on the phone with my mother weekly. At some point she’d say “I’ll let you go now” and then launch into a new topic (or two) (or three). Eventually she’d say “I’ll let you go now” and either sign off or start a new topic. I believe exponential is the only memoryless continuous distribution, so I’m fairly certain the residual life of the call after the first “I’ll let you go now” was exponential.
Dan B said
Is this an exponential existential crisis?
philtheconvex said
There’s a body of research that has fitted numerous variants of the basic exponential model to data on financial drawdowns, with impressive success (but also with evidence of extreme events that are most certainly outliers); here’s a little snippet to that effect:
“Along a complementary line of research, we have established that, while the vast majority of drawdowns occurring on the major financial markets have a distribution which is well-described by a stretched exponential, the largest drawdowns are occurring with a significantly larger rate than predicted by extrapolating the bulk of the distribution and should thus be considered as outliers.”
http://www.simoleonsense.com/endogenous-versus-exogenous-crashes-in-financial-markets/
David Smith said
In a couple of studies I have been involved with for the police, the time between emergency calls in the UK did follow an exponential distribution with a time varying parameter. (The rate only changed slowly during the working day.) The time between reports of incidents on highways also does, so long as you only consider the first report now so many people use mobile phones (cell phones). Again, with a time varying parameter, the time between incoming calls to a call-centre does as well.
One of my colleagues claimed to have evidence that the time between fatal crashes involving scheduled airliners in the world did as well, and used that as a demonstration that accidents “run in threes”. One happens, the most likely time for the next one is immediately afterwards, and then you are on the alert for the third case.
Brian Borchers said
I’ve had students in my discrete event simulation modeling classes do end of semester projects in which they have to observe a real system and build a simulation model to try to improve the performance of the system. In almost every case where you would expect a Poisson arrival process, the interarrival times (in some cases over many thousands of measured interarrival times) are almost exactly exponentially distributed. You do sometimes see Poisson arrivals with rates that vary over the course of a day.
Laura McLay said
David, I have always hypothesized that the rule of thumb that celebrity deaths come in threes likewise has to do with the time between celebrity deaths being exponentially distributed. In fact, I discussed that during class when explaining the intuition behind the exponential distribution.
Laura McLay said
Brian, Thanks for the experimental validation. I am surprised that the Poisson process is a perfect fit for so many processes.
The psychology of political correctness | Malignancy Blog said
[...] is anything unequivocally exponentially distributed? « Punk Rock … [...]