Poisson kernel-based quadratic distance test of Uniformity on the sphere#
Let \(x_1, x_2, \ldots, x_n\) be a random sample with empirical distribution function \(\hat F\). We test the null hypothesis of uniformity on the \((d-1)\)-dimensional sphere, i.e., \(H_0: F = G\), where \(G\) is the uniform distribution on the \((d-1)\)-dimensional sphere \(\mathcal{S}^{d-1}\).
We compute the U-statistic estimate of the sample KBQD (Kernel-Based Quadratic Distance):
then the first test statistic is given as:
with:
and the V-statistic estimate of the KBQD:
where \(K_{cen}\) denotes the Poisson kernel \(K_\rho\) centered with respect to the uniform distribution on the \((d-1)\)-dimensional sphere, that is:
and:
for every \(\mathbf{u}, \mathbf{v} \in \mathcal{S}^{d-1} \times \mathcal{S}^{d-1}\).
The asymptotic distribution of the V-statistic is an infinite combination of weighted independent chi-squared random variables with one degree of freedom. The cutoff value is obtained using the Satterthwaite approximation \(c \cdot \chi_{DOF}^2\), where:
and:
For the \(U\)-statistic, the cutoff is determined empirically:
Generate data from a Uniform distribution on the \(d\)-dimensional sphere;
Compute the test statistics for
num_iterMonte Carlo (MC) replications;Compute the 95th quantile of the empirical distribution of the test statistic.