tf.contrib.distributions.MultivariateNormalDiag.
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

tf.contrib.distributions.MultivariateNormalDiag.__init__(mu, diag_stdev, validate_args=False, allow_nan_stats=True, name='MultivariateNormalDiag')

2025-01-10 15:47:30
tf.contrib.distributions.BetaWithSoftplusAB.log_pmf()
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

tf.contrib.distributions.BetaWithSoftplusAB.log_pmf(value, name='log_pmf') Log probability mass function.

2025-01-10 15:47:30
tf.contrib.distributions.Binomial.
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

tf.contrib.distributions.Binomial.__init__(n, logits=None, p=None, validate_args=False, allow_nan_stats=True, name='Binomial') Initialize

2025-01-10 15:47:30
tf.contrib.distributions.MultivariateNormalDiag.batch_shape()
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

tf.contrib.distributions.MultivariateNormalDiag.batch_shape(name='batch_shape') Shape of a single sample from a single event index

2025-01-10 15:47:30
tf.contrib.distributions.Chi2.mode()
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

tf.contrib.distributions.Chi2.mode(name='mode') Mode. Additional documentation from Gamma:

2025-01-10 15:47:30
tf.contrib.distributions.Exponential.prob()
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

tf.contrib.distributions.Exponential.prob(value, name='prob') Probability density/mass function (depending on is_continuous)

2025-01-10 15:47:30
tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.parameters
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.parameters Dictionary of parameters used by this Distribution

2025-01-10 15:47:30
tf.contrib.distributions.Normal
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

class tf.contrib.distributions.Normal The scalar Normal distribution with mean and stddev parameters mu, sigma.

2025-01-10 15:47:30
tf.contrib.distributions.Exponential.pdf()
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

tf.contrib.distributions.Exponential.pdf(value, name='pdf') Probability density function. Args:

2025-01-10 15:47:30
tf.contrib.distributions.NormalWithSoftplusSigma.pmf()
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

tf.contrib.distributions.NormalWithSoftplusSigma.pmf(value, name='pmf') Probability mass function. Args:

2025-01-10 15:47:30