tf.contrib.distributions.Chi2.entropy(name='entropy') Shanon entropy in nats. Additional documentation
tf.contrib.distributions.MultivariateNormalCholesky.pmf(value, name='pmf') Probability mass function.
tf.contrib.distributions.DirichletMultinomial.sample(sample_shape=(), seed=None, name='sample') Generate samples of the specified
tf.contrib.distributions.Poisson.sample(sample_shape=(), seed=None, name='sample') Generate samples of the specified shape.
tf.contrib.distributions.Chi2.dtype The DType of Tensors handled by this Distribution.
tf.contrib.distributions.DirichletMultinomial.dtype The DType of Tensors handled by this Distribution
tf.contrib.distributions.Chi2.log_prob(value, name='log_prob') Log probability density/mass function (depending on is_continuous)
tf.contrib.distributions.Chi2.prob(value, name='prob') Probability density/mass function (depending on is_continuous)
tf.contrib.distributions.MultivariateNormalFull.log_sigma_det(name='log_sigma_det') Log of determinant of covariance matrix.
tf.contrib.distributions.InverseGamma.log_cdf(value, name='log_cdf') Log cumulative distribution function. Given
Page 53 of 100