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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.