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

Parity plots #29

Closed
beckynevin opened this issue Mar 6, 2024 · 12 comments
Closed

Parity plots #29

beckynevin opened this issue Mar 6, 2024 · 12 comments
Assignees

Comments

@beckynevin
Copy link
Collaborator

No description provided.

@beckynevin
Copy link
Collaborator Author

This could be expanded to parity difference and parity difference covariance plots.

@bnord
Copy link
Contributor

bnord commented Mar 6, 2024

for modularity, should these each be their own function (parity diff, parity difference covariance, parity), or should they inherit(wc?) from each other?

@bnord
Copy link
Contributor

bnord commented Mar 25, 2024

Parity plots = 1-1 plots = p-p plots = true vs. predicted plots

@bnord
Copy link
Contributor

bnord commented Mar 25, 2024

parity difference plot = true - predicted vs. true (y-axis vs x-axis)

variants include
residual: (true - predicted / true) vs. true
percentage: (true - predicted / true)*100 vs. true

@bnord
Copy link
Contributor

bnord commented Mar 25, 2024

often the parity difference plot goes directly underneath the parity plot and share their x-axes.

@bnord
Copy link
Contributor

bnord commented Mar 25, 2024

The parity difference covariance plot is a corner plot, where they independent and dependent variables are the difference between true and expected. JasonPoh came up with this, and has examples in his strong lensing repository.

@bnord
Copy link
Contributor

bnord commented Jun 5, 2024

Here are some examples of parity plots

@bnord
Copy link
Contributor

bnord commented Jun 5, 2024

1to1plot_Ana

screenshot_537

@bnord
Copy link
Contributor

bnord commented Jun 5, 2024

these are residuals like what's in the lower panel of the above comment.
1_param_corner_42.pdf

@bnord
Copy link
Contributor

bnord commented Jun 5, 2024

This is an example of a parity difference plot
5param_corner_465.pdf

@voetberg
Copy link
Contributor

image
Any strong feelings on this? The difference, residuals, and percentage plots are all optional.

@bnord
Copy link
Contributor

bnord commented Jun 14, 2024

I like this. I also envision a few variations. But, I think we can go with this as the baseline, and then we can make some updates later. Does that sound right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants