dist | R Documentation |
The function calculates three metrics for measuring the distance between two subspaces spaning by the columns of two matrices.
dist(A, B)
A |
Matrix 1 with dimension p-by-d. |
B |
Matrix 2 with dimension p-by-d. |
The outputs include three scales and one d-dimensional vector.
r |
One minuse the summation of eiegenvalues of the matrix B^TAA^TB. |
q |
One minues the product of eiegenvalues of the matrix B^TAA^TB. |
rho |
rho=sqrt(A^TBB^TA) |
m^2 |
A d-variate vector giving the colum-wise distance between A and B. |
Samadi S. Y. and De Alwis T. P. (2023). Fourier Method of Estimating Time Series Central Mean Subspace. https://arxiv.org/pdf/2312.02110.
Ye Z. and Weiss R.E. (2003). Using the Bootstrap to Select One of a New Class of Dimension Reduction Methods, Journal of the American Statistical Association, 98,968-978.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.