[Numpy-discussion] Re: Percentile/Quantile "interpolation" refactor

2021-10-18 Thread Abel AOUN
Hello, Thanks for the summary of the PR Sebastian. About the default value of python `quantile` being "exclusive". They give some explanation about why it is their default, but only in a commented bloc above the code of `quantile` and not in the actual documentation. You can see it here: https:

[Numpy-discussion] Re: Ways to achieve faster np.nanpercentile() calculation?

2022-09-19 Thread Abel AOUN
quot;midpoint" methods but: - "linear" (np default) would be alpha=1 and beta=1. - "median_unbiased" (recommended default [3]) would be alpha=1/3 and beta=1/3. Cheers, Abel Aoun [0] https://github.com/Ouranosinc/xclim [1] https://github.com/Ouranosinc/