Description Usage Arguments Value
Solve the orthogonal procrustes problem
1 |
A |
A Matrix of the same dimension as B |
B |
A Matrix of the same dimension of A of which a rotation will be computed which puts it closest to A. |
comp_stress |
Should we compute and return the F norm of A - WB, where W is the rotation? |
If comp_stress, a list with elements W, the rotation matrix, and stress, the scalar norm of the difference, or just the matrix W if not.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.