tf.contrib.distributions.Mixture.cdf(value, name='cdf')
Cumulative distribution function.
Given random variable X, the cumulative distribution function cdf is:
cdf(x) := P[X <= x]
Args:
- 
value:floatordoubleTensor.
- 
name: The name to give this op.
Returns:
- 
cdf: aTensorof shapesample_shape(x) + self.batch_shapewith values of typeself.dtype.
 
          
Please login to continue.