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

Boxplot charts #17

Open
Lauralicja opened this issue Apr 13, 2021 · 0 comments
Open

Boxplot charts #17

Lauralicja opened this issue Apr 13, 2021 · 0 comments

Comments

@Lauralicja
Copy link

  1. Computing each value on backend @czaaru @heartistizio ✨a very kind introduction to data science
  • Quartile 1,
  • Quartile 3,
  • IQR = Q3 - Q1,
  • Mean,
  • Median
  • Min value = Q1 - 1.5 * IQR
  • Max value = Q3 + 1.5*IQR
  1. Add visualization @Lauralicja
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