class tf.contrib.distributions.Poisson
Poisson distribution.
The Poisson distribution is parameterized by lam
, the rate parameter.
The pmf of this distribution is:
pmf(k) = e^(-lam) * lam^k / k!, k >= 0
class tf.contrib.distributions.Poisson
Poisson distribution.
The Poisson distribution is parameterized by lam
, the rate parameter.
The pmf of this distribution is:
pmf(k) = e^(-lam) * lam^k / k!, k >= 0
Please login to continue.