-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which diagnostics are included? #2
Comments
Let's implement the minimum first and then see what is missing. I would like to eventually have the algorithm-specific diagnostics (HMC) as well, especially as we need them in bayesplot, for instance. I would argue we should also support some old diagnostics for comparison and research purposes. The code overhead should in any case be minimal. |
Sounds good to me. |
Same question as in #3: What diagnostics should be included in the default output of |
The old/basic versions of (split) Rhat and ESS are now exported as well via |
We decided so show Rhat and bulk/tail ESS in the summary by default leaving out the MCSEs in order not to clutter the default output too much. Of course, they can easily be added to the summary output. |
updates to weighted diagnostics
At a minimum I’d say
Questions:
The text was updated successfully, but these errors were encountered: