tf.contrib.distributions.WishartFull

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.

doc_TensorFlow
2016-10-14 13:04:16
Comments
Leave a Comment

Please login to continue.