tf.contrib.distributions.Exponential.mode()

tf.contrib.distributions.Exponential.mode(name='mode')

Mode.

Additional documentation from Gamma:

The mode of a gamma distribution is (alpha - 1) / beta when alpha > 1, and NaN otherwise. If self.allow_nan_stats is False, an exception will be raised rather than returning NaN.

doc_TensorFlow
2016-10-14 12:52:16
Comments
Leave a Comment

Please login to continue.