Skip to content

Commit 13baca1

Browse files
Update reference to 'Weighted quantile estimators' (#8898)
1 parent b802607 commit 13baca1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

xarray/core/weighted.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
method supported by this weighted version corresponds to the default "linear"
8585
option of ``numpy.quantile``. This is "Type 7" option, described in Hyndman
8686
and Fan (1996) [2]_. The implementation is largely inspired by a blog post
87-
from A. Akinshin's [3]_.
87+
from A. Akinshin's (2023) [3]_.
8888
8989
Parameters
9090
----------
@@ -122,7 +122,8 @@
122122
.. [1] https://notstatschat.rbind.io/2020/08/04/weights-in-statistics/
123123
.. [2] Hyndman, R. J. & Fan, Y. (1996). Sample Quantiles in Statistical Packages.
124124
The American Statistician, 50(4), 361–365. https://doi.org/10.2307/2684934
125-
.. [3] https://aakinshin.net/posts/weighted-quantiles
125+
.. [3] Akinshin, A. (2023) "Weighted quantile estimators" arXiv:2304.07265 [stat.ME]
126+
https://arxiv.org/abs/2304.07265
126127
"""
127128

128129

0 commit comments

Comments
 (0)