paper-with-me

홈 › Papers

A Differentially Private Wilcoxon Signed-Rank Test

2018-09-05 · Simon Couch, Zeki Kazan, Kaiyan Shi, Andrew Bray, Adam Groce

Hypothesis tests are a crucial statistical tool for data mining and are the workhorse of scientific research in many fields. Here we present a differentially private analogue of the classic Wilcoxon signed-rank hypothesis test, which is used when comparing sets of paired (e.g., before-and-after) data values. We present not only a private estimate of the test statistic, but a method to accurately compute a p-value and assess statistical significance. We evaluate our test on both simulated and real data. Compared to the only existing private test for this situation, that of Task and Clifton, we find that our test requires less than half as much data to achieve the same statistical power.

📄 PDF Abstract BibTeX arXiv:1809.01635

Code (1)

simonpcouch/wilcoxon 공식 구현

Similar Papers 제목 키워드 기반

Differentially private scale testing via rank transformations and percentile modifications

2025-07-04 · Joshua Levine, Kelly Ramsay arxiv

We develop a class of differentially private two-sample scale tests, called the rank-transformed percentile-modified Siegel--Tukey tests, or RPST tests. These RPST tests are inspired both by recent differentially private…

The Test of Tests: A Framework For Differentially Private Hypothesis Testing

2023-02-08 · Zeki Kazan, Kaiyan Shi, Adam Groce, Andrew Bray

We present a generic framework for creating differentially private versions of any hypothesis test in a black-box way. We analyze the resulting tests analytically and experimentally. Most crucially, we show good practica…

Differentially Private Graph Learning via Sensitivity-Bounded Personalized PageRank

2022-07-14 · Alessandro Epasto, Vahab Mirrokni, Bryan Perozzi, Anton Tsitsulin 외

Personalized PageRank (PPR) is a fundamental tool in unsupervised learning of graph representations such as node ranking, labeling, and graph embedding. However, while data privacy is one of the most important recent con…

Graph EmbeddingGraph LearningNode ClassificationSensitivity

Pan-Private Uniformity Testing

2019-11-04 · Kareem Amin, Matthew Joseph, Jieming Mao

A centrally differentially private algorithm maps raw data to differentially private outputs. In contrast, a locally differentially private algorithm may only access data through public interaction with data holders, and…

On Differentially Private U Statistics

2024-07-06 · Kamalika Chaudhuri, Po-Ling Loh, Shourya Pandey, Purnamrita Sarkar

We consider the problem of privately estimating a parameter $\mathbb{E}[h(X_1,\dots,X_k)]$, where $X_1$, $X_2$, $\dots$, $X_k$ are i.i.d. data from some distribution and $h$ is a permutation-invariant function. Without p…