privacytoolsproject / PSI-Library

R library of differentially private algorithms for exploratory data analysis
6 stars 7 forks source link

Tests of Independence #42

Open globusharris opened 5 years ago

globusharris commented 5 years ago

Implement general tests of independence (e.g. Chi-squared, ANOVA/kruskal wallis/mann-whitney.) See https://arxiv.org/abs/1903.00534, https://arxiv.org/abs/1903.09364

globusharris commented 5 years ago

For Chi-squared see https://arxiv.org/abs/1602.03090, but need to do more thorough literature review.