tf.contrib.distributions.MultivariateNormalFull

class tf.contrib.distributions.MultivariateNormalFull

The multivariate normal distribution on R^k.

This distribution is defined by a 1-D mean mu and covariance matrix sigma. Evaluation of the pdf, determinant, and sampling are all O(k^3) operations.

doc_TensorFlow
2016-10-14 12:58:58
Comments
Leave a Comment

Please login to continue.