Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Wishart distribution. * Reduce dimensionality for bijection tests of positive definite matrices. * Add `WishartCholesky` distribution and use it as base for `Wishart`. * Promote instead of broadcast Wishart parameters. * Assert exactly one of parameters is specified and update shape inference. * Implement `infer_shapes` for `Wishart` and `WishartCholesky`. * Add entropy for Wishart distribution. * Add sampled entropy test for distribution without `scipy` equivalent. * Simplify `logabsdet` evaluation of `scale_tril`. * Remove default `None` argument for concentration of Wishart distribution. * Add `tri_logabsdet` utility function.
- Loading branch information