FDist2 {SMFilter} | R Documentation |
Compute the squared Frobenius distance between two matrices.
Description
This function Compute the squared Frobenius distance between two matrices.
Usage
FDist2(mX, mY)
Arguments
mX |
a |
mY |
another |
Details
The Frobenius distance between two matrices is defined to be
where .
The Frobenius distance is a possible measure of the distance between two points on the Stiefel manifold.
Value
the Frobenius distance.
Author(s)
Yukai Yang, yukai.yang@statistik.uu.se
Examples
FDist2(runif_sm(1,4,2)[1,,], runif_sm(1,4,2)[1,,])
[Package SMFilter version 1.0.3 Index]