Skip to content
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

Cornerplotter has args that allow calculation of only 68, 90 and 95% credible intervals, but not 99% #375

Open
DevarshiChoudhury opened this issue Mar 27, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@DevarshiChoudhury
Copy link
Member

compute_all_intervals=True,

Different args, be it for printing numbers atop a corner plot, or for printing while the plot is being generated, only calculate 68, 90 and 95%. 99% interval equivalent to 3-sigma can often be quite useful as well.

(P.S. there are also missing docstrings for some of the args in some of the methods in this class.)

@DevarshiChoudhury DevarshiChoudhury added the enhancement New feature or request label Mar 27, 2024
@thjsal
Copy link
Contributor

thjsal commented Mar 28, 2024

When fixing this, I think we could add an option that would allow to calculate any credible interval defined by the user. So you would just specify if you want 98.6%, 99.0%, or whatever interval. I think that should be doable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants