The exponential distribution models the waiting time until the next event in a process where events occur continuously and independently at a constant average rate. This cheat sheet helps students recognize when the model applies, compute probabilities, and interpret the rate parameter. It is especially useful in reliability, queueing, survival analysis, and Poisson process problems.
The main parameter is the rate , which controls how quickly events tend to occur. The density is for , and the cumulative distribution is . The mean is , the variance is , and the distribution has the important memoryless property .
Key Facts
- If , then the probability density function is for and for .
- The cumulative distribution function is for .
- The survival function is for .
- The mean waiting time is , so larger means shorter average waiting time.
- The variance and standard deviation are and .
- The memoryless property is for .
- The median is because .
- If events follow a Poisson process with rate , then the waiting time until the next event follows .
Vocabulary
- Exponential distribution
- A continuous probability distribution used to model waiting time until the next event in a constant-rate process.
- Rate parameter
- The parameter represents the average number of events per unit time and must satisfy .
- Probability density function
- The function describes relative likelihood for possible waiting times .
- Cumulative distribution function
- The function gives the probability that the waiting time is at most .
- Survival function
- The function gives the probability that the waiting time exceeds .
- Memoryless property
- The rule means that the remaining waiting time does not depend on time already waited.
Common Mistakes to Avoid
- Using the mean as the rate is wrong because is the event rate and , not .
- Forgetting the support is wrong because exponential waiting times cannot be negative, so for .
- Confusing with is wrong because while .
- Mixing time units is wrong because and must use compatible units, such as events per hour with time measured in hours.
- Assuming every waiting-time problem is exponential is wrong because the model requires independent events occurring at a constant average rate.
Practice Questions
- 1 If , find .
- 2 The average lifetime of a component is hours. Assuming an exponential model, find and .
- 3 Calls arrive according to a Poisson process at a rate of calls per hour. Find the probability that the next call arrives within minutes.
- 4 Explain why the memoryless property is reasonable for some electronic components but not for a human lifespan.
Understanding Exponential Distribution Reference
A density is not the same thing as a probability at one exact time. Waiting time is continuous, so the chance of an event occurring at precisely one chosen instant is zero. Probabilities come from intervals of time.
The area under the density over an interval gives the chance that the wait falls in that interval. This matters when reading graphs. A high density near zero means short waits are common, but it does not mean a single exact wait has a nonzero chance.
For a time window, it is often easiest to find the chance that no event has happened by the end of the window, then subtract from one. For a window that begins after some time has already passed, compare the probabilities of surviving past each endpoint.
The connection to a Poisson process comes from counting events rather than measuring waits. In a small time interval, the chance of one event is roughly proportional to the interval length. The chance of two or more events in that very small interval is tiny.
Separate intervals do not affect each other. Starting from these ideas, the chance of zero events over a longer interval decreases exponentially with time. That zero-event probability becomes the survival probability for the waiting time.
This link helps students switch between two common problem types. One type asks how many calls, particles, or arrivals occur in a fixed time. The other asks how long until the next call, particle, or arrival.
The memoryless property has a specific meaning. If a bus arrival is truly modeled this way, waiting ten minutes without seeing a bus does not change the distribution of the additional wait. The process has no built-in age.
Its instantaneous event risk stays constant over time. This constant risk is called the hazard rate. Many real systems do not behave this way.
A light bulb may become more likely to fail as it wears out. A patient’s risk can change after treatment. Human arrival rates can rise during rush hour.
In such cases, an exponential model can be a rough approximation but not an exact description. A useful extension occurs when several independent exponential clocks are running.
The first event happens at a rate equal to the sum of their rates. This appears in reliability when any one component can cause system failure.
Units deserve careful attention. If the rate is measured per hour, every time value used in a calculation must be in hours. A rate of two per hour does not mean two hours.
It means an average of two events in one hour, with an average wait of one half hour. When estimating a rate from complete waiting-time data, the usual estimate is one divided by the sample mean wait. Very long waits strongly affect that mean, so a small sample can give an unstable estimate.
Censored data need extra care. For example, if a machine is still working when observation ends, its lifetime is known only to exceed the observation time.
Good model checking compares observed waiting times with the expected exponential shape and looks for changing rates, clusters, or regular spacing. Those patterns suggest that the constant-rate assumption is failing.