View source: R/critical_value.R
poisson_CV | R Documentation |
This function computes the empirical critical value for the U-statistics for testing uniformity on the sphere based on the centered poisson kernel.
poisson_CV(d, size, rho, B, Quantile)
d |
the dimension of generated samples. |
size |
the number of observations to be generated. |
rho |
the concentration parameter for the Poisson kernel. |
B |
the number of replications. |
Quantile |
the quantile of the distribution use to select the critical value. |
For each replication, a sample of d-dimensional observations from the uniform
distribution on the Sphere are generated and the Poisson kernel-based
U-statistic is computed. After B iterations, the critical value is selected
as the Quantile
of the empirical distribution of the computed test
statistics.
the critical value for the specified dimension, size and level.
Ding Yuxin, Markatou Marianthi, Saraceno Giovanni (2023). “Poisson Kernel-Based Tests for Uniformity on the d-Dimensional Sphere.” Statistica Sinica. doi: doi:10.5705/ss.202022.0347
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.