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.
Please login to continue.