Exponential distribution: A continuous probability distribution that describes the time between events in a Poisson process, with constant rate λ.
λ
Create an expoential distribution.
The rate parameter.
The mean of the distribution.
The standard deviation of the distribution.
The variance of the distribution.
Get the probability that the distance to an event is less than or equal to x.
x
A value. (x≥0)
x≥0
Return P(X≤x).
P(X≤x)
Exponential distribution: A continuous probability distribution that describes the time between events in a Poisson process, with constant rate
λ
.