Distributions.jl icon indicating copy to clipboard operation
Distributions.jl copied to clipboard

Support check_args argument for matrix and multivariate distributions

Open albertpod opened this issue 2 years ago • 0 comments

It would be nice to support the check_args argument for matrix/multivariate distributions, similarly to univariate distributions.

For Inverse-Gamma distribution we can write: InverseGamma(-1, 1, check_args=false)

While for Inverse-Wishart, Distributions.jl throws an error: InverseWishart(-2, Matrix(Diagonal(ones(2))), check_args=false)

albertpod avatar Jun 23 '22 12:06 albertpod