Skip to content

Commit 361d4e3

Browse files
AndreyAkinshinkingaa
authored andcommitted
add proper reference to 'Weighted quantile estimators'
1 parent 91d870b commit 361d4e3

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: pomp
22
Type: Package
33
Title: Statistical Inference for Partially Observed Markov Processes
4-
Version: 5.7.0.2
5-
Date: 2024-03-31
4+
Version: 5.7.0.3
5+
Date: 2024-04-01
66
Authors@R: c(person(given=c("Aaron","A."),family="King",role=c("aut","cre"),email="kingaa@umich.edu",comment=c(ORCID="0000-0001-6159-3207")),
77
person(given=c("Edward","L."),family="Ionides",role="aut",comment=c(ORCID="0000-0002-4190-0174")) ,
88
person(given="Carles",family="Bretó",role="aut",comment=c(ORCID="0000-0003-4695-4902")),

R/wquant.R

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
##'
33
##' Estimate weighted quantiles.
44
##'
5-
##' \code{wquant} estimates quantiles of weighted data using the estimator of Harrell & Davis (1982), with improvements recommended by Andrey Akinshin.
5+
##' \code{wquant} estimates quantiles of weighted data using the estimator of Harrell & Davis (1982), with improvements recommended by Andrey Akinshin (2023).
66
##'
77
##' @param x numeric; a vector of data.
88
##' @param weights numeric; vector of weights.
@@ -23,6 +23,8 @@
2323
##' @references
2424
##' \Harrell1982
2525
##'
26+
##' \Akinshin2023
27+
##'
2628
## The discussion in Andrey Akinshin's blog post
2729
## https://aakinshin.net/posts/weighted-quantiles/
2830
## was instrumental in developing these codes.

man/macros/citations.Rd

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
% unlike in latex, new lines within \newcommand end the command (even using %)
22

3+
\newcommand{\Akinshin2023}{A. Akinshin. Weighted quantile estimators. arXiv:2304.07265, 2023. \doi{10.48550/arxiv.2304.07265}.}
4+
35
\newcommand{\Anderson2001}{J.L. Anderson. An ensemble adjustment Kalman filter for data assimilation. \emph{Monthly Weather Review} \bold{129}, 2884--2903, 2001.}
46

57
\newcommand{\Andrieu2009}{C. Andrieu and G.O. Roberts. The pseudo-marginal approach for computation. \emph{Annals of Statistics} \bold{37}, 697--725, 2009.}

man/wquant.Rd

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)