Is there a function (preferably in python ecosystem) to sample covariance matrices?
I’m aware of an LKJ prior, so I might use this. (I believe this is a prior in correlation not covariance but the conversion is known and tractable.)
For context, I’m working on some randomization algorithms and want to battle test them for robustness. So having the ability to randomly generate covariance matrices would be helpful. I could use these matrices and mean vectors to sample from multivariate Gaussian then use this data in randomization function.
This benchmark performance would be used to make claims about randomization algorithm efficacy.
