tf.contrib.distributions.WishartCholesky.survival_function()

tf.contrib.distributions.WishartCholesky.survival_function(value, name='survival_function')

Survival function.

Given random variable X, the survival function is defined:

survival_function(x) = P[X > x]
                     = 1 - P[X <= x]
                     = 1 - cdf(x).
Args:
  • value: float or double Tensor.
  • name: The name to give this op.
Returns:

Tensorof shapesample_shape(x) + self.batch_shapewith values of typeself.dtype`.

doc_TensorFlow
2016-10-14 13:04:14
Comments
Leave a Comment

Please login to continue.