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

Multi percentiles #101

Closed
oneandonlyonebutyou opened this issue Apr 22, 2020 · 1 comment
Closed

Multi percentiles #101

oneandonlyonebutyou opened this issue Apr 22, 2020 · 1 comment

Comments

@oneandonlyonebutyou
Copy link

oneandonlyonebutyou commented Apr 22, 2020

How am I efficiently get multiple percentiles

a = [1,2,3,4,....]
//getting 50,60,70 percentiles
percentile([50,60,70], a)

Since my data is very large, I wonder what would you suggest?
Thank you

@d4rkr00t
Copy link
Owner

Unfortunately percentile always sorts an array, but this sounds like a good feature request. I'll try and have a look at implementing this, sometime this week.

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

2 participants