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
Designed by : w10schools
service@w10schools.com
Please login to continue.