class tf.contrib.distributions.Exponential
The Exponential distribution with rate parameter lam.
The PDF of this distribution is:
prob(x) = (lam * e^(-lam * x)), x > 0
Note that the Exponential distribution is a special case of the Gamma distribution, with Exponential(lam) = Gamma(1, lam).
Please login to continue.