tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.prob()

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.prob(value, name='prob') Probability density/mass function (depending on is_continuous). Additional documentation from _MultivariateNormalOperatorPD: x is a batch vector with compatible shape if x is a Tensor whose shape can be broadcast up to either: self.batch_shape + self.event_shape or [M1,...,Mm] + self.batch_shape + self.event_shape Args: value: float or double Tensor. name: The name to give this op. Returns: prob: a Tensor o

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.pmf()

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.pmf(value, name='pmf') Probability mass function. Args: value: float or double Tensor. name: The name to give this op. Returns: pmf: a Tensor of shape sample_shape(x) + self.batch_shape with values of type self.dtype. Raises: TypeError: if is_continuous.

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.pdf()

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.pdf(value, name='pdf') Probability density function. Args: value: float or double Tensor. name: The name to give this op. Returns: prob: a Tensor of shape sample_shape(x) + self.batch_shape with values of type self.dtype. Raises: TypeError: if not is_continuous.

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.param_static_shapes()

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.param_static_shapes(cls, sample_shape) param_shapes with static (i.e. TensorShape) shapes. Args: sample_shape: TensorShape or python list/tuple. Desired shape of a call to sample(). Returns: dict of parameter name to TensorShape. Raises: ValueError: if sample_shape is a TensorShape and is not fully defined.

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.param_shapes()

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.param_shapes(cls, sample_shape, name='DistributionParamShapes') Shapes of parameters given the desired shape of a call to sample(). Subclasses should override static method _param_shapes. Args: sample_shape: Tensor or python list/tuple. Desired shape of a call to sample(). name: name to prepend ops with. Returns: dict of parameter name to Tensor shapes.

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.parameters

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

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.name

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.name Name prepended to all ops created by this Distribution.

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.mu

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.mu

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.mode()

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.mode(name='mode') Mode.

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.mean()

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.mean(name='mean') Mean.