Distributions and Statistical Models
Calculate probabilities and statistics for an exponential distribution.
Explore some common scenarios for the exponential distribution.
A light bulb has an average lifespan of 2000 hours. What is the probability it lasts for at least 2500 hours?
λ: 0.0005, x: 2500
Type: cdfGreaterOrEqual
Customer service calls arrive at a rate of 2 per minute. What is the probability that the next call arrives in less than 30 seconds (0.5 minutes)?
λ: 2, x: 0.5
Type: cdfLessThan
A radioactive particle decays at a rate of λ = 0.1 per second. What is the probability density at exactly 5 seconds?
λ: 0.1, x: 5
Type: pdf
The time between bus arrivals at a stop is exponentially distributed with a mean of 10 minutes. What is the probability the next bus arrives in more than 15 minutes?
λ: 0.1, x: 15
Type: cdfGreaterThan