tf.contrib.distributions.Poisson.mode(name='mode')
Mode.
Additional documentation from Poisson
:
Note that when lam
is an integer, there are actually two modes. Namely, lam
and lam - 1
are both modes. Here we return only the larger of the two modes.
Please login to continue.