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

ENH: Introduce np.quantile as an alias for np.percentile #8936

Closed
eric-wieser opened this issue Apr 12, 2017 · 1 comment
Closed

ENH: Introduce np.quantile as an alias for np.percentile #8936

eric-wieser opened this issue Apr 12, 2017 · 1 comment

Comments

@eric-wieser
Copy link
Member

Quantiles [0, 1] are easier to produce than percentiles [0, 100] - so this would be a handy function to have.

I'd prefer to do this by renaming percentile to quantile, then building a new thing wrapper that just divides the percentile by 100 and forwards.

Obviously this would need to exist for nanpercentile too.

Thoughts?

@mattip
Copy link
Member

mattip commented Oct 3, 2018

quantile was added for 1.15

@mattip mattip closed this as completed Oct 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants