Skip to content

Commit b8361b7

Browse files
authored
Merge pull request #145 from AndreyAkinshin/weighted-quantile-reference
update reference to 'Weighted quantile estimators'
2 parents 6379511 + bee724b commit b8361b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/calc_projections.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ mad2 = function(x, center = median(x), constant = 1.4826, na.rm = FALSE,
3434

3535
#' Weighted Harrell-Davis quantile estimator
3636
#'
37-
#' From: https://aakinshin.net/posts/weighted-quantiles/
37+
#' From: Andrey Akinshin (2023) "Weighted quantile estimators" arXiv:2304.07265 [stat.ME]
3838
whdquantile <- function(x, w = NA, probs, na.rm) { #na.rm is ignored
3939

4040
cdf.gen <- function(n, p) {

man/whdquantile.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)