You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [WIP] implement random method for LKJCorr
using the algorithm in LKJ 2009(vine method based on a C-vine)
* pep8 fix
* import random method
* Revert "import random method"
This reverts commit 42e620e.
* restrict dimension n to n > 1, fix random sample for n = 2
* unify parameter naming between LKJCorr and LKJCholeskyCov
* improved random method
* Bug fix in shape
* Add test
* fix test
* pep8 clean up, fixed test warning
* improved random method
* forked R code for random method
generated Corr matrix is now positive definite.
0 commit comments