bwd2avar | R Documentation |
Given a q
-dimensional random vector \mathbf{X} = (\mathbf{X}_{1},...,\mathbf{X}_{k})
with \mathbf{X}_{i}
a d_{i}
-dimensional random vector, i.e., q = d_{1} + ... + d_{k}
,
this function computes the asymptotic variance of the plug-in estimator for the correlation-based Bures-Wasserstein coefficient \mathcal{D}_{2}
between \mathbf{X}_{1},...,\mathbf{X}_{k}
given the entire correlation matrix \mathbf{R}
.
The argument dim should be in ascending order.
bwd2avar(R, dim)
R |
The correlation matrix of |
dim |
The vector of dimensions |
The asymptotic variance of the plug-in estimator \mathcal{D}_{2}(\widehat{\mathbf{R}}_{n})
is computed at \mathbf{R}
,
where \widehat{\mathbf{R}}_{n}
is the sample matrix of normal scores rank correlations.
The underlying assumption is that the copula of \mathbf{X}
is Gaussian.
The asymptotic variance of the plug-in estimator for the second Bures-Wasserstein dependence coefficient \mathcal{D}_{2}
between \mathbf{X}_{1},...,\mathbf{X}_{k}
.
De Keyser, S. & Gijbels, I. (2024). High-dimensional copula-based Wasserstein dependence. doi: https://doi.org/10.48550/arXiv.2404.07141.
bwd1
for the computation of the first Bures-Wasserstein dependence coefficient \mathcal{D}_{1}
,
bwd2
for the computation of the second Bures-Wasserstein dependence coefficient \mathcal{D}_{2}
,
bwd1avar
for the computation of the asymptotic variance of the plug-in estimator for \mathcal{D}_{1}
,
bwd1asR0
for sampling from the asymptotic distribution of the plug-in estimator for \mathcal{D}_{1}
under the hypothesis of independence between \mathbf{X}_{1},\dots,\mathbf{X}_{k}
,
bwd2asR0
for sampling from the asymptotic distribution of the plug-in estimator for \mathcal{D}_{2}
under the hypothesis of independence between \mathbf{X}_{1},\dots,\mathbf{X}_{k}
,
estR
for the computation of the sample matrix of normal scores rank correlations,
otsort
for rearranging the columns of sample such that dim is in ascending order.
q = 10
dim = c(1,2,3,4)
# AR(1) correlation matrix with correlation 0.5
R = 0.5^(abs(matrix(1:q-1,nrow = q, ncol = q, byrow = TRUE) - (1:q-1)))
bwd2avar(R,dim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.