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,
One of the missing functions in tinymath is the option to get a specific quantile of a list of values.
For example: quantile(arr, 0.95) for the 95th percentile.
quantile(arr, 0.95)
Similar to quantileSeq
The text was updated successfully, but these errors were encountered:
Should be pretty easy to implement. If you're interested in writing it, we'd totally take a pull
Sorry, something went wrong.
No branches or pull requests
Hi,
One of the missing functions in tinymath is the option to get a specific quantile of a list of values.
For example:
quantile(arr, 0.95)
for the 95th percentile.Similar to quantileSeq
The text was updated successfully, but these errors were encountered: