-
-
Notifications
You must be signed in to change notification settings - Fork 873
Array percentile of numerical values #3012
Answered
by
Planeshifter
lulunac27a
asked this question in
stdlib-bot Q&A
-
Is there is a way to calculate the percentile of a ranked array?
Beta Was this translation helpful? Give feedback.
All reactions
Answered by
Planeshifter
Oct 16, 2024
@lulunac27a Not currently in stdlib
, but we wrote the following compute-io
package a long time ago that might have what you are looking for:
https://github.com/compute-io/quantiles
Replies: 1 comment
-
@lulunac27a Not currently in stdlib
, but we wrote the following compute-io
package a long time ago that might have what you are looking for:
https://github.com/compute-io/quantiles
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Answer selected by
lulunac27a
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment