Conversation
|
|
|
Well technically it should not be used as a prior, period, not just for covariance matrices, no? |
Depends what you are going to sample it with. If it's forward only it's fine, if you have a custom sampler it's fine, if you have a custom transform it's fine. Maybe you are not even going to sample it, just evaluate a model logp for whatever purposes you want. Maybe you just want a pretty grahpviz... This warning is too opinionated. |
|
Ah I jumped too fast, yes. In that context, it shouldn't be used as a prior period, doesn't matter what that prior is used for next |

Summary
pm.Wishartdocstring to explain that PyMC can evaluate its log-probability but it should not be used as a covariance prior in modelsTesting
HOME=/tmp XDG_CACHE_HOME=/tmp MPLCONFIGDIR=/tmp .venv/bin/python -m pytest tests/distributions/test_multivariate.py -k Wishart -q