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:
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/