Skip to content

Suggestion: implement Q-Q plots #22393

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

Closed
dsaxton opened this issue Aug 17, 2018 · 3 comments
Closed

Suggestion: implement Q-Q plots #22393

dsaxton opened this issue Aug 17, 2018 · 3 comments
Labels
Needs Discussion Requires discussion from core team before further action Visualization plotting

Comments

@dsaxton
Copy link
Member

dsaxton commented Aug 17, 2018

I see that there was some discussion of this years ago (PR #1501), but was wondering if there are any plans of implementing these in the future.

One thought would be to have qqplot be a Series method which optionally takes another Series as an argument. If this argument is missing then qqplot could fall back on the quantiles from some theoretical distribution (default Gaussian, say), perhaps imported from statsmodels. Even without statsmodels integration a purely empirical method could be quite useful for providing a very fast way of comparing two distributions.

@WillAyd WillAyd added Visualization plotting Needs Discussion Requires discussion from core team before further action labels Aug 17, 2018
@gfyoung
Copy link
Member

gfyoung commented Aug 19, 2018

@dsaxton : Thanks for reporting this! Do you mind referencing the issue where you saw the original discussion about this?

cc @TomAugspurger

@TomAugspurger
Copy link
Contributor

TomAugspurger commented Aug 19, 2018 via email

@dsaxton
Copy link
Member Author

dsaxton commented Aug 21, 2018

That seems fair, closing the issue.

@dsaxton dsaxton closed this as completed Aug 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Discussion Requires discussion from core team before further action Visualization plotting
Projects
None yet
Development

No branches or pull requests

4 participants