Calculate the expected value (average wait time) for an exponential distribution. Perfect for modeling time between events: server response times, time until failure, or any memoryless waiting process.
The expected value E(X) represents the average waiting time or time between events. For exponential distributions, this is simply 1/λ where λ is the rate of events.
With E(X) = 2.00, this means:
The exponential distribution models the time until an event occurs when events happen at constant rate λ. If events occur at rate λ per time unit, the average time between events is naturally 1/λ. This reciprocal relationship comes directly from integrating x·f(x) over the exponential PDF.