exponential distribution probability
p = exponential_prob(lambda,t)
positive real number
real number
real numbers
exponential_prob(lambda,t)
returns the probability
p
(X<=t)
when
X
follows the exponential distribution with parameter
lambda
with lambda
a positive real number.