sph_stat_Sobolev | R Documentation |
Computes the finite Sobolev statistic
S_{n, p}(\{b_{k, p}\}_{k=1}^K) = \sum_{i, j = 1}^n
\sum_{k = 1}^K b_{k, p}C_k^(p / 2 - 1)(\cos^{-1}({\bf X}_i'{\bf X}_j)),
for a sequence \{b_{k, p}\}_{k = 1}^K
of non-negative weights. For
p = 2
, the Gegenbauer polynomials are replaced by Chebyshev ones.
sph_stat_Sobolev(X, Psi_in_X = FALSE, p = 0, vk2 = c(0, 0, 1))
cir_stat_Sobolev(Theta, Psi_in_Theta = FALSE, vk2 = c(0, 0, 1))
X |
an array of size |
Psi_in_X |
does |
p |
integer giving the dimension of the ambient space |
vk2 |
weights for the finite Sobolev test. A non-negative vector or
matrix. Defaults to |
Theta |
a matrix of size |
Psi_in_Theta |
does |
A matrix of size c(M, ncol(vk2))
containing the statistics for
each of the M
samples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.