class tf.contrib.distributions.WishartFull
The matrix Wishart distribution on positive definite matrices.
This distribution is defined by a scalar degrees of freedom df
and a symmetric, positive definite scale matrix.
Evaluation of the pdf, determinant, and sampling are all O(k^3)
operations where (k, k)
is the event space shape.
Please login to continue.