tf.contrib.distributions.Beta.mode(name='mode')
Mode.
Additional documentation from Beta
:
Note that the mode for the Beta distribution is only defined when a > 1
, b > 1
. This returns the mode when a > 1
and b > 1
, and NaN
otherwise. If self.allow_nan_stats
is False
, an exception will be raised rather than returning NaN
.
Please login to continue.