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

QQ plot will fail if distribution goes over the periodicity range #2

Open
IAlibay opened this issue May 7, 2019 · 3 comments
Open

Comments

@IAlibay
Copy link
Owner

IAlibay commented May 7, 2019

One way to fix this in the short term is to look at the range in the values and see if they exceed 180 degrees, then shift all values accordingly.

This might be an issue for the mean, so it will have to be treated accordingly.

@IAlibay
Copy link
Owner Author

IAlibay commented May 7, 2019

For now, visual inspection will show whether or not the distribution is close to uniform.

@IAlibay
Copy link
Owner Author

IAlibay commented May 19, 2019

dihedral2

Image for example

@IAlibay
Copy link
Owner Author

IAlibay commented May 19, 2019

864c559 sort-of fixes this. It's not great and probably not fully statistically correct, but it's better than what it was.

dihedral2

Ideally we need to start looking handling circularity directly within the QQ code.

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

No branches or pull requests

1 participant