Replies: 2 comments
-
|
When there are many chains we can probably use rank order statistics by splitting the number of chains in two and test for uniform distribution. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
See https://twitter.com/remilouf/status/1330424234733080577 Divergences and posterior predictive checks are out two main tools. In addition (maybe) to what I said above. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am opening this after seeing this tweet by Junpeng Lao to start a discussion about how to display diagnostics when we sample many chains, especially divergences. When we only have a few chains it is possible to give numbers for each chain and let the users make sense of them. What about when there are 1,000 chains? Is there a way to extract information that is:
Junpeng's visualization gives a nice quick overview: too much yellow (I assume divergences are in yellow) and there is something wrong. But how wrong is wrong? Is there a threshold of acceptable number of divergences? How can we do something about this?
PS: We could plot distributions in the terminal using eg gnuplotlib.
Beta Was this translation helpful? Give feedback.
All reactions