MLLGSTMEDec 27, 2019

The Chi-Square Test of Distance Correlation

arXiv:1912.12150v586 citations
Originality Incremental advance
AI Analysis

This addresses a major bottleneck for data scientists needing efficient independence testing with distance correlation, though it is an incremental improvement over existing methods.

The authors tackled the computational bottleneck of permutation tests for distance correlation by proposing a chi-square test, which is non-parametric, extremely fast, and exhibits similar testing power as the standard permutation test.

Distance correlation has gained much recent attention in the data science community: the sample statistic is straightforward to compute and asymptotically equals zero if and only if independence, making it an ideal choice to discover any type of dependency structure given sufficient sample size. One major bottleneck is the testing process: because the null distribution of distance correlation depends on the underlying random variables and metric choice, it typically requires a permutation test to estimate the null and compute the p-value, which is very costly for large amount of data. To overcome the difficulty, in this paper we propose a chi-square test for distance correlation. Method-wise, the chi-square test is non-parametric, extremely fast, and applicable to bias-corrected distance correlation using any strong negative type metric or characteristic kernel. The test exhibits a similar testing power as the standard permutation test, and can be utilized for K-sample and partial testing. Theory-wise, we show that the underlying chi-square distribution well approximates and dominates the limiting null distribution in upper tail, prove the chi-square test can be valid and universally consistent for testing independence, and establish a testing power inequality with respect to the permutation test.

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