tf.contrib.distributions.Distribution.prob(value, name='prob') Probability density/mass function (depending on is_continuous)
tf.contrib.distributions.InverseGammaWithSoftplusAlphaBeta.name Name prepended to all ops created by this Distribution
tf.contrib.distributions.MultivariateNormalFull.sigma_det(name='sigma_det') Determinant of covariance matrix.
class tf.contrib.distributions.MultivariateNormalCholesky The multivariate normal distribution on R^k.
tf.contrib.distributions.BetaWithSoftplusAB.entropy(name='entropy') Shanon entropy in nats.
tf.contrib.distributions.Uniform.allow_nan_stats Python boolean describing behavior when a stat is undefined.
tf.contrib.distributions.StudentT.sample(sample_shape=(), seed=None, name='sample') Generate samples of the specified shape.
tf.contrib.distributions.Exponential.alpha Shape parameter.
tf.contrib.distributions.GammaWithSoftplusAlphaBeta.pmf(value, name='pmf') Probability mass function.
tf.contrib.distributions.MultivariateNormalDiag.log_prob(value, name='log_prob') Log probability density/mass function (depending
Page 66 of 100