tf.contrib.distributions.Exponential

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).

doc_TensorFlow
2016-10-14 12:51:49
Comments
Leave a Comment

Please login to continue.