We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @d4rkr00t,
I like your code very much. I would like to calculate a percentile "percentage value" like in this video: https://youtu.be/Snf6Wpn-L4c?t=55
Do sth. like this (your modified example from Readme.md): (obviously the function arguments would need to be changed somehow)
const percentile = require("percentile"); console.log(percentile(8, [1, 2, 3, 4, 5, 6, 7, 8, 9, 10])); // 80
The text was updated successfully, but these errors were encountered:
Hi! Interesting idea, I'll think about it. Not sure yet how to better fit it in this package.
Sorry, something went wrong.
No branches or pull requests
Hi @d4rkr00t,
I like your code very much.
I would like to calculate a percentile "percentage value" like in this video:
https://youtu.be/Snf6Wpn-L4c?t=55
Do sth. like this (your modified example from Readme.md):
(obviously the function arguments would need to be changed somehow)
The text was updated successfully, but these errors were encountered: