File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 84
84
method supported by this weighted version corresponds to the default "linear"
85
85
option of ``numpy.quantile``. This is "Type 7" option, described in Hyndman
86
86
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]_.
88
88
89
89
Parameters
90
90
----------
122
122
.. [1] https://notstatschat.rbind.io/2020/08/04/weights-in-statistics/
123
123
.. [2] Hyndman, R. J. & Fan, Y. (1996). Sample Quantiles in Statistical Packages.
124
124
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
126
127
"""
127
128
128
129
You can’t perform that action at this time.
0 commit comments