tf.contrib.distributions.Poisson.cdf()

tf.contrib.distributions.Poisson.cdf(value, name='cdf')

Cumulative distribution function.

Given random variable X, the cumulative distribution function cdf is:

cdf(x) := P[X <= x]
Args:
  • value: float or double Tensor.
  • name: The name to give this op.
Returns:
  • cdf: a Tensor of shape sample_shape(x) + self.batch_shape with values of type self.dtype.
doc_TensorFlow
2016-10-14 13:00:39
Comments
Leave a Comment

Please login to continue.