STCRFeb 7, 2016

Differentially Private Chi-Squared Hypothesis Testing: Goodness of Fit and Independence Testing

arXiv:1602.03090v2152 citations
AI Analysis

This work addresses privacy concerns in statistical testing for fields like healthcare, though it is incremental as it builds on existing differential privacy methods.

The authors tackled the problem of performing chi-squared hypothesis tests (goodness of fit and independence) on sensitive data while ensuring differential privacy, and they developed new tests that maintain desired significance levels and require only a modest increase in sample size to achieve similar power as non-private tests.

Hypothesis testing is a useful statistical tool in determining whether a given model should be rejected based on a sample from the population. Sample data may contain sensitive information about individuals, such as medical information. Thus it is important to design statistical tests that guarantee the privacy of subjects in the data. In this work, we study hypothesis testing subject to differential privacy, specifically chi-squared tests for goodness of fit for multinomial data and independence between two categorical variables. We propose new tests for goodness of fit and independence testing that like the classical versions can be used to determine whether a given model should be rejected or not, and that additionally can ensure differential privacy. We give both Monte Carlo based hypothesis tests as well as hypothesis tests that more closely follow the classical chi-squared goodness of fit test and the Pearson chi-squared test for independence. Crucially, our tests account for the distribution of the noise that is injected to ensure privacy in determining significance. We show that these tests can be used to achieve desired significance levels, in sharp contrast to direct applications of classical tests to differentially private contingency tables which can result in wildly varying significance levels. Moreover, we study the statistical power of these tests. We empirically show that to achieve the same level of power as the classical non-private tests our new tests need only a relatively modest increase in sample size.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes