tf.contrib.distributions.DirichletMultinomial.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.