theochem / procrustes

Python library for finding the optimal transformation(s) that makes two matrices as close as possible to each other.
https://procrustes.qcdevs.org/
GNU General Public License v3.0
109 stars 20 forks source link

Support of missing values for generalized Procrustes analysis #110

Open FanwangM opened 3 years ago

FanwangM commented 3 years ago

When performing generalized Procrustes analysis, it is very likely to have missing values in the configuration matrices. Casper J. Albers and John C. Gower proposed a strategy to deal with such a situation, _Albers, C. J., & Gower, J. C. (2010). A general approach to handling missing values in Procrustes analysis. Advances in Data Analysis and Classification, 4(4), 223-237.. A very nice feature of their algorithm is they can also deal with centring and/or standardisation.

This issue relates to #76.