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

Use more standard charts #5

Open
Maxim-Mazurok opened this issue May 6, 2024 · 1 comment
Open

Use more standard charts #5

Maxim-Mazurok opened this issue May 6, 2024 · 1 comment

Comments

@Maxim-Mazurok
Copy link
Owner

What we have looks similar to "Box and whisker plot", see https://www.youtube.com/watch?v=b2C9I8HuCe4
The difference is that in there they have median instead of mean; And also box shows quartiles (medians of lower and upper halves), while we just show STD.
I think their way makes more sense.
First of all, because outliers don't impact the median as much.

@Maxim-Mazurok
Copy link
Owner Author

Maxim-Mazurok commented May 6, 2024

Maybe even find outliers (<Q1-1.5xIQR or >Q3+1.5xIQR) and show them as dots instead of including them in the range, like here:
image
see https://youtu.be/FRlTh5HQORA

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