Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
atungate committed May 21, 2024
2 parents 09a5247 + b8361b7 commit 45c14f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/calc_projections.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mad2 = function(x, center = median(x), constant = 1.4826, na.rm = FALSE,

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

cdf.gen <- function(n, p) {
Expand Down
2 changes: 1 addition & 1 deletion man/whdquantile.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45c14f8

Please sign in to comment.