tf.contrib.distributions.WishartCholesky.__init__(df, scale, cholesky_input_output_matrices=False, validate_args=False, allow_nan_stats=True, name='WishartCholesky')
Construct Wishart distributions.
Args:
df: float or double Tensor. Degrees of freedom, must be greater than or equal to dimension of the scale matrix.
scale: float or double Tensor. The Cholesky factorization of the symmetric positive definite scale matrix of the distribution.
cholesky_input_output_matrices: Boolean. Any functi