proj_dist {tourr} | R Documentation |
Calculate the distance between two bases.
Description
Computes the Frobenius norm between two bases, in radians. This is equals to the Euclidean norm of the vector of principal angles between the two subspaces.
Usage
proj_dist(x, y)
Arguments
x |
projection matrix a |
y |
projection matrix b |
[Package tourr version 1.2.0 Index]