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
ak.quantile
ak.percentile
Would it be possible to add ak.quantile or ak.percentile functions, akin to np.quantile? To compute quantiles for every row in an Awkward Array, etc.
np.quantile
The text was updated successfully, but these errors were encountered:
This is a duplicate with #741, but I'll close the old one in favor of this.
Sorry, something went wrong.
No branches or pull requests
Description of new feature
Would it be possible to add
ak.quantile
orak.percentile
functions, akin tonp.quantile
? To compute quantiles for every row in an Awkward Array, etc.The text was updated successfully, but these errors were encountered: